fix sonar exclude for generated protobuf files

This commit is contained in:
David Christofas
2021-01-14 11:06:42 +05:45
committed by Phil Davis
parent 5035ec43bd
commit 2f4fcfef2d
+1 -1
View File
@@ -32,5 +32,5 @@ sonar.pullrequest.key=${env.SONAR_PULL_REQUEST_KEY}
sonar.go.coverage.reportPaths=coverage/*_coverage.out
# Exclude files
sonar.exclusions=**/third_party,docs/**,changelog/**,*/pkg/assets/embed.go,konnectd/assets/identifier/**,**/package.json,**/rollup.config.js,CHANGELOG.md,**/pkg/proto/*.pb.*,deployments/**,tests/**,vendor-bin/**,README.m
sonar.exclusions=**/third_party,docs/**,changelog/**,*/pkg/assets/embed.go,konnectd/assets/identifier/**,**/package.json,**/rollup.config.js,CHANGELOG.md,**/pkg/proto/**/*.pb.*,deployments/**,tests/**,vendor-bin/**,README.md
sonar.coverage.exclusions=**/*_test.go