Skip to content

Commit

Permalink
added sonarqube properties file without credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsKuijlenburg authored and coenmooij committed Oct 17, 2018
1 parent 87aa799 commit b54e218
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sonar.projectKey=bot-nodejs-sdk
sonar.projectName=NodeJS SDK
sonar.host.url=http://sonar.bankingofthings.io
sonar.login=REPLACE_WITH_REAL_LOGIN
sonar.sources=.
sonar.exclusions=node_modules/**, bin/**

0 comments on commit b54e218

Please sign in to comment.