mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 00:27:30 +00:00
Sonarqube properties file.
This commit is contained in:
19
sonar-project.properties
Normal file
19
sonar-project.properties
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
Reference in New Issue
Block a user