diff --git a/sonar-project.properties b/sonar-project.properties index 00e0fe91..e8dd72fe 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -10,4 +10,10 @@ sonar.projectVersion=0.1 sonar.sources=. # Encoding of the source code. Default is default system encoding -#sonar.sourceEncoding=UTF-8 \ No newline at end of file +#sonar.sourceEncoding=UTF-8 + +# Inclusions: SonarCloud & SonarLint will ONLY scan matching files +sonar.inclusions=**/*.ts,**/*.d.ts,**/*.scss,**/*.hbs + +# Exclusions: SonarCloud & SonarLint will not scan matching files: +#sonar.exclusions=**/*.json,**/*.js,**/*.css,**/*.yaml \ No newline at end of file