Append sonarqube properties file

This commit is contained in:
James Cole
2020-10-27 06:41:26 +01:00
parent 6563a79483
commit 0fb81a6112

View File

@@ -6,7 +6,7 @@ sonar.projectKey=firefly-iii
# defaults to project key
#sonar.projectName=My project
# defaults to 'not provided'
#sonar.projectVersion=1.0
sonar.projectVersion=5.4.4
# 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
@@ -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
sonar.sourceEncoding=UTF-8
sonar.php.coverage.reportPaths=storage/build/clover-all.xml
# exclusions
sonar.coverage.exclusions=public/v1/js/ff/moment/*.js
#sonar.coverage.exclusions=public/v1/js/ff/moment/*.js