We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bb0b22 + cde7212 commit b38cc06Copy full SHA for b38cc06
1 file changed
sonar-project.properties
@@ -9,6 +9,6 @@ sonar.tests=tests
9
# Coverage (cobertura from `make test`, converted by ReportGenerator)
10
sonar.coverageReportPaths=.sonar-coverage/SonarQube.xml
11
12
-# Exclusions
13
-sonar.exclusions=**/bin/**,**/obj/**,**/*.md
+# Exclusions (Generated/ holds build-generated bindings)
+sonar.exclusions=**/bin/**,**/obj/**,**/*.md,src/KeetaNet.Anchor/Generated/**
14
sonar.coverage.exclusions=tests/**
0 commit comments