Skip to content

Commit

Permalink
updated sonar exclusions to ignore index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Taras authored and Nick Taras committed Jul 26, 2023
1 parent 01411be commit 8cec2e6
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 @@ -12,5 +12,5 @@ sonar.javascript.lcov.reportPaths=./reports/coverage/lcov.info
# Encoding of the source code. Default is default system encoding
# sonar.sourceEncoding=UTF-8

sonar.exclusions=**/*.js, **/*.jsx, **/*.ts, **/*.tsx, ^.*\/__tests__\/.*$
sonar.exclusions=**/*.js, index.html, **/*.jsx, **/*.ts, **/*.tsx, ^.*\/__tests__\/.*$
# sonar.exclusions=**/*.txt,**/*.md

0 comments on commit 8cec2e6

Please sign in to comment.