Skip to content

Commit

Permalink
Update sonar exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Sep 22, 2024
1 parent 5650752 commit 304ca53
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 @@ -2,4 +2,4 @@ sonar.projectKey=sgcarstrends_web
sonar.organization=sgcarstrends
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.coverage.exclusions=**/*.test.js,**/*.test.ts,**/*.spec.js,**/*.spec.ts
sonar.exclusions=**/components/ui/**/*.tsx
sonar.exclusions=**/components/ui/**/*.tsx,**/*.test.js,**/*.test.ts,**/*.spec.js,**/*.spec.ts

0 comments on commit 304ca53

Please sign in to comment.