firefly-iii/sonar-project.properties

20 lines
665 B
Properties
Raw Normal View History

2020-10-26 10:54:14 -05:00
# must be unique in a given SonarQube instance
sonar.projectKey=firefly-iii
# --- optional properties ---
# defaults to project key
#sonar.projectName=My project
# defaults to 'not provided'
2020-10-27 00:41:26 -05:00
sonar.projectVersion=5.4.4
2020-10-26 10:54:14 -05:00
# Path is relative to the sonar-project.properties file. Defaults to .
2020-11-15 07:02:12 -06:00
sonar.sources=app,bootstrap,database,public/v1/js/ff,resources/assets,resources/views,routes,tests,frontend/src/components,frontend/src/pages
2020-10-26 10:54:14 -05:00
# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
2020-10-27 00:41:26 -05:00
sonar.php.coverage.reportPaths=storage/build/clover-all.xml
2020-10-26 10:54:14 -05:00
# exclusions
2020-11-15 07:02:12 -06:00
# sonar.coverage.exclusions=frontend/src/classic/adminlte.js