Updated packages and fixed identified CS and typo in sonar-project.properties
Some checks failed
Sonar / SonarQube (push) Has been cancelled
Some checks failed
Sonar / SonarQube (push) Has been cancelled
This commit is contained in:
parent
defa605e45
commit
b5b082bc5d
6 changed files with 819 additions and 501 deletions
|
|
@ -5,7 +5,7 @@ sonar.projectName=Glowing Fiesta
|
|||
sonar.projectVersion=1.0.0
|
||||
sonar.sourceEncoding=UTF-8
|
||||
sonar.sources=app, tests
|
||||
sonar.inclusions=app/**/*.ts, app/**/*.js, app/**/*.vue, app/**/*.css, app/**/*.scss, tests/**/*.spec.ts
|
||||
sonar.inclusions=app/**/*.ts, app/**/*.js, app/**/*.vue, app/**/*.css, app/**/*.scss, tests/**/*.test.ts
|
||||
sonar.exclusions=**/node_modules/**, **/coverage/**, *.config.ts
|
||||
sonar.coverage.exclusions=tests/**, *.config.ts
|
||||
sonar.javascript.lcov.reportPaths=coverage/lcov.info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue