mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Rebuild frontend.
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
# 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=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,frontend/src/components,frontend/src/pages
|
||||
|
||||
# Encoding of the source code. Default is default system encoding
|
||||
sonar.projectVersion=5.5.2
|
||||
sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests,frontend/src/components,frontend/src/pages
|
||||
sonar.login=2859ca0fb90d8419e211190a8892b3e1721244cb
|
||||
sonar.sourceEncoding=UTF-8
|
||||
|
||||
sonar.php.coverage.reportPaths=storage/build/clover-all.xml
|
||||
|
||||
# exclusions
|
||||
# sonar.coverage.exclusions=frontend/src/classic/adminlte.js
|
Reference in New Issue
Block a user