Skip to content

Commit 40947aa

Browse files
Update sonar-project.js
1 parent c849793 commit 40947aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sonar-project.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ sonarqubeScanner({
44
serverUrl: 'http://18.220.141.205:9000/',
55
options : {
66
'sonar.projectName': 'Node JS Application - Sample',
7-
'sonar.projectDescription': 'This is a Node JS application',
8-
'sonar.sources': '.',
9-
//'sonar.tests': 'specs'
10-
// 'sonar.inclusions' : 'src/**'
7+
'sonar.projectDescription': 'This is a Node JS application',
8+
'sonar.sources': '.',
9+
//'sonar.tests': 'specs',
10+
//'sonar.inclusions' : 'src/**'
1111
},
1212
}, () => {});

0 commit comments

Comments
 (0)