Skip to content

Commit

Permalink
Update sonar.coverage.exclusions to include eslint.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP committed Nov 11, 2024
1 parent 17358fe commit af5514e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sonar.sources=.
sonar.tests=.
sonar.test.inclusions=**/*.spec.ts
sonar.exclusions=**/*.app.ts,**/authorization-api-client/**/*.ts
sonar.coverage.exclusions=**/*.factory.ts,**/authorization-api-client/**/*.ts
sonar.coverage.exclusions=**/*.factory.ts,**/authorization-api-client/**/*.ts,eslint.config.mjs
sonar.cpd.exclusions=**/controller/dto/*.ts
sonar.javascript.lcov.reportPaths=merged-lcov.info
sonar.typescript.tsconfigPaths=tsconfig.json

0 comments on commit af5514e

Please sign in to comment.