We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8539be commit 1418e87Copy full SHA for 1418e87
sonar-project.properties
@@ -8,7 +8,8 @@ sonar.projectVersion=1.0
8
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
9
sonar.sources=.
10
11
-sonar.exclusions=docs/**
+# Exclude docs and testdata with kustomization files (Sonar IaC parser fails on empty/edge-case YAML)
12
+sonar.exclusions=docs/**,**/testdata/**
13
14
# Encoding of the source code. Default is default system encoding
15
sonar.sourceEncoding=UTF-8
0 commit comments