Skip to content

Fixture/update config files - #7

Open
steven-heng wants to merge 21 commits into
developfrom
fixture/update-config-files
Open

Fixture/update config files#7
steven-heng wants to merge 21 commits into
developfrom
fixture/update-config-files

Conversation

@steven-heng

Copy link
Copy Markdown

Npm audit found 0 vulnerabilities
Modify rules command of package.json and Makefile
Add badges to README.md

Comment thread Makefile Outdated
@sonar-scanner-2.8/bin/sonar-scanner -e -Dsonar.analysis.mode=preview -Dsonar.github.pullRequest=${shell basename $(CI_PULL_REQUEST)} -Dsonar.github.repository=$(REPO_SLUG) -Dsonar.github.oauth=$(GITHUB_TOKEN) -Dsonar.login=$(SONAR_LOGIN) -Dsonar.password=$(SONAR_PASS) -Dsonar.host.url=$(SONAR_HOST_URL)
endif
ifeq ($(CIRCLE_BRANCH),develop)
@sonar-scanner-2.8/bin/sonar-runner -e -Dsonar.analysis.mode=publish -Dsonar.host.url=$(SONAR_HOST_URL) -Dsonar.login=$(SONAR_LOGIN) -Dsonar.password=$(SONAR_PASS)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use sonar-scanner here, sonar-runner is deprecated

@steven-heng
steven-heng requested a review from jkernech August 22, 2018 16:09
Comment thread .gitignore
# Coverage directory used by tools like istanbul
# Coverage directory used by tools like nyc
coverage
.sonar/

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we still not use sonar?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it should be added back

Comment thread .gitignore
# Coverage directory used by tools like istanbul
# Coverage directory used by tools like nyc
coverage
.sonar/

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it should be added back

@steven-heng
steven-heng requested a review from jkernech October 8, 2018 15:57
@steven-heng
steven-heng requested review from jkernech and removed request for jkernech October 15, 2018 05:19
@dial-once dial-once deleted a comment from dialonce Nov 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants