Skip to content

Commit

Permalink
fix(cb2-0000): repair sonar scanner (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
naathanbrown authored Mar 12, 2024
1 parent 78a7299 commit 8c279b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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.exclusions=tests/*, .dynamodb/*, .nyc_output/*, .scannerwork/*, coverage/*, *.d.ts, src/hotfix/*,
sonar.ts.tslint.configPath=tslint.json
sonar.ts.tslint.outputPath=.reports/lint_issues.json
sonar.ts.tslintconfigpath=tslint.json
Expand Down

0 comments on commit 8c279b4

Please sign in to comment.