mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-20 11:48:27 -06:00
19 lines
554 B
Properties
19 lines
554 B
Properties
# 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'
|
|
#sonar.projectVersion=1.0
|
|
|
|
# Path is relative to the sonar-project.properties file. Defaults to .
|
|
sonar.sources=app,bootstrap,database,public/v1/js/ff,resources/assets,resources/views,routes,tests
|
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
sonar.sourceEncoding=UTF-8
|
|
|
|
|
|
# exclusions
|
|
sonar.coverage.exclusions=public/v1/js/ff/moment/*.js |