Sonarqube properties file.

This commit is contained in:
James Cole
2020-10-26 16:54:14 +01:00
parent c07fae19f9
commit df6f65e0aa

19
sonar-project.properties Normal file
View 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