Rebuild frontend.

This commit is contained in:
James Cole
2021-04-03 10:40:31 +02:00
parent 7f55a870d9
commit 34f4b16a63
70 changed files with 266 additions and 43 deletions

View File

@@ -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