Skip to content

Commit

Permalink
feat(cb2-9857): add in sonar cub
Browse files Browse the repository at this point in the history
e
  • Loading branch information
naathanbrown committed Jan 8, 2024
1 parent ba01422 commit 5d1d5b4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tests/handler/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#----- Default SonarQube server
sonar.host.url=http://localhost:9000

# must be unique in a given SonarQube instance
sonar.projectKey=org.sonarqube:cvs-svc-minimum-app-version

# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=cvs-svc-minimum-app-version
sonar.projectVersion=1.0
sonar.sourceEncoding=UTF-8

# Path is relative to the sonar-project.properties file. Replace “\” by “/” on Windows.
# This property is optional if sonar.modules is set.
sonar.sources=src
sonar.exclusions=tests/*, .dynamodb/*, .nyc_output/*, .scannerwork/*, coverage/*, *.d.ts
sonar.ts.tslint.configPath=tslint.json
sonar.ts.tslint.outputPath=.reports/lint_issues.json
sonar.ts.tslintconfigpath=tslint.json
sonar.tslint.reportPaths=.reports/lint_issues.json
sonar.typescript.lcov.reportPaths=coverage/lcov.info

0 comments on commit 5d1d5b4

Please sign in to comment.