Skip to content

Commit

Permalink
fix: adding sonar config file
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel78uk committed Dec 1, 2023
1 parent 26ff925 commit f43684c
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
@@ -1,3 +1,3 @@
sonar.javascript.exclusions=**/jest.config.js,**/__mocks__/**,**/node_modules/**,**/test/**,**/test-output/**
sonar.javascript.lcov.reportPaths=test-output/lcov.info
sonar.exclusions=/test/**,**/*.spec.*.js,*snyk_report.html,*snyk_report.css
sonar.exclusions=/test/**,**/*.spec.js,*snyk_report.html,*snyk_report.css

0 comments on commit f43684c

Please sign in to comment.