diff --git a/sonar-project.properties b/sonar-project.properties index a51c8095..00bec3d6 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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 \ No newline at end of file