Skip to content

Commit

Permalink
Merge pull request #196 from wednesday-solutions/feat/sonar-exclusions
Browse files Browse the repository at this point in the history
feat: add more sonar exclusions
  • Loading branch information
alichherawalla authored Mar 5, 2024
2 parents 0a93ba7 + a0fb14f commit 3bb5362
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.projectKey=wednesday-solutions_react-template_AY4NDr6dB2n8RRmGoUim
sonar.language=js
sonar.sources=.
sonar.tests=app
sonar.exclusions=**/storybook/**/*.*,**/internals/**/*.*,**/server/**/*.*
sonar.exclusions=**/tests/**/*.*,**/storybook/**/*.*,**/internals/**/*.*,**/server/**/*.*,app/**/*.test.{js,jsx},app/*/RbGenerated*/*.{js,jsx},app/app.js,app/components/ScrollToTop/*.js,app/components/ErrorBoundary/*.js,app/global-styles.js,app/*/*/loadable.{js,jsx},**/loadable.js,**/apiUtils.js,**/testUtils.js,**/stories/**,**/themes/index.js
sonar.test.inclusions=**/*.test.js
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.testExecutionReportPaths=./reports/test-report.xml
Expand Down

0 comments on commit 3bb5362

Please sign in to comment.