SweeperBot/.sonarcloud.properties

16 lines
430 B
Properties
Raw Normal View History

2022-09-01 21:53:43 -07:00
# Path to sources
sonar.sources=.
2022-09-03 01:49:35 -07:00
#sonar.exclusions=
2022-09-01 21:53:43 -07:00
#sonar.inclusions=
# Path to tests
#sonar.tests=
#sonar.test.exclusions=
#sonar.test.inclusions=
# Source encoding
sonar.sourceEncoding=UTF-8
# Exclusions for copy-paste detection
# src/commands/rollHelp.ts, src/commands/rollDecorators.ts are excluded to get rid of the duplicate code compliant. Sonar does not like you initializing JSON in ts files.
2022-09-03 01:49:35 -07:00
#sonar.cpd.exclusions=