Skip to content

Commit

Permalink
sonar exclusions£
Browse files Browse the repository at this point in the history
  • Loading branch information
teddmason committed Jan 4, 2024
1 parent bee68d7 commit 482fcaf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ sonar.sourceEncoding=UTF-8
# Coverage stats location
sonar.javascript.lcov.reportPaths=coverage/lcov.info

# sonar.inclusions=**/src/**/*, **/azure-functions/**/*.js, **/azure-functions/**/*.mjs
# sonar.exclusions=**/jest.config.js,**/__mocks__/**,**/node_modules/**,**/test/**,**/test-output/**,/test/**,**/*.spec.js,*snyk_report.html,*snyk_report.css
sonar.coverage.exclusions=**/test/**,**/__tests__/**, **/__mocks__/**, **/*.spec.*, **/*.test.*, **/test-env.js, **/jest.config.cjs, **/jest.config.js
sonar.exclusions=**/__tests__/**, **/__mocks__/**,**/node_modules/**,**/test/**,**/test-output/**,/test/**,**/*.spec.js,*snyk_report.html,*snyk_report.css
sonar.coverage.exclusions=**/test/**,**/__tests__/**, **/__mocks__/**, **/*.spec.*, **/*.test.*, **/test-env.js

# Ensure sonar recognises BigInt as
sonar.javascript.globals=BigInt
Expand Down

0 comments on commit 482fcaf

Please sign in to comment.