Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Add proper name for project on SQ.com
Browse files Browse the repository at this point in the history
  • Loading branch information
bellingard committed Oct 23, 2016
1 parent 59873c5 commit c8b6865
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ gulp.task('default', function (callback) {
sonarqubeScanner({
serverUrl: process.env.SONARQUBE_URL,
token: process.env.SONARQUBE_TOKEN,
options: {}
options: {
"sonar.projectName" : "SonarQube Scanner for the JavaScript world"
}
}, callback);
// ----------------------------------------------------
});

0 comments on commit c8b6865

Please sign in to comment.