From 8cec2e66c38a1ede26fa3cf6b22e80e9ec3a7dde Mon Sep 17 00:00:00 2001 From: Nick Taras Date: Wed, 26 Jul 2023 09:40:08 +0100 Subject: [PATCH] updated sonar exclusions to ignore index.html --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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