Skip to content

Commit d331a01

Browse files
committed
Exclude i18n files from Sonar
Because Sonar expects *.ts files to be Typescript... but they're not :)
1 parent 91b306b commit d331a01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.sonar.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sonar.organization = pcolby
33
sonar.projectKey = pcolby_dokit
44
sonar.projectName = Dokit
55
sonar.sources = include,src
6+
sonar.exclusions = src/**/*.ts
67
sonar.tests = test
78

89
# https://github.com/SonarOpenCommunity/sonar-cxx/wiki/CXX-Analysis-Parameters

0 commit comments

Comments
 (0)