mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Append sonarqube properties file
This commit is contained in:
@@ -6,7 +6,7 @@ sonar.projectKey=firefly-iii
|
|||||||
# defaults to project key
|
# defaults to project key
|
||||||
#sonar.projectName=My project
|
#sonar.projectName=My project
|
||||||
# defaults to 'not provided'
|
# defaults to 'not provided'
|
||||||
#sonar.projectVersion=1.0
|
sonar.projectVersion=5.4.4
|
||||||
|
|
||||||
# Path is relative to the sonar-project.properties file. Defaults to .
|
# 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
|
sonar.sources=app,bootstrap,database,public/v1/js/ff,resources/assets,resources/views,routes,tests
|
||||||
@@ -14,6 +14,7 @@ sonar.sources=app,bootstrap,database,public/v1/js/ff,resources/assets,resources/
|
|||||||
# Encoding of the source code. Default is default system encoding
|
# Encoding of the source code. Default is default system encoding
|
||||||
sonar.sourceEncoding=UTF-8
|
sonar.sourceEncoding=UTF-8
|
||||||
|
|
||||||
|
sonar.php.coverage.reportPaths=storage/build/clover-all.xml
|
||||||
|
|
||||||
# exclusions
|
# exclusions
|
||||||
sonar.coverage.exclusions=public/v1/js/ff/moment/*.js
|
#sonar.coverage.exclusions=public/v1/js/ff/moment/*.js
|
Reference in New Issue
Block a user