Skip to content

Commit

Permalink
Updated SonarCloud to scan only TS, SCSS and HBS files
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunomiac committed Sep 24, 2023
1 parent 9bae75f commit a96a76d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ sonar.projectVersion=0.1
sonar.sources=.

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8
#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

0 comments on commit a96a76d

Please sign in to comment.