From a96a76df070e8573fcf8b34faeee851779d8e9b0 Mon Sep 17 00:00:00 2001 From: Eunomiac Date: Sun, 24 Sep 2023 04:43:08 -0400 Subject: [PATCH] Updated SonarCloud to scan only TS, SCSS and HBS files --- sonar-project.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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