diff --git a/sonar-project.properties b/sonar-project.properties index b55433eb..104a2b8a 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -8,7 +8,7 @@ sonar.organization=sir-gon # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. sonar.sources=src -sonar.exclusions=**/*.json +sonar.exclusions=**/*.json,**/*.test.ts,src/logger.ts # Encoding of the source code. Default is default system encoding sonar.sourceEncoding=UTF-8