fix sonar exclude for generated protobuf files

This commit is contained in:
David Christofas
2021-01-13 17:06:17 +01:00
committed by Phil Davis
parent 5035ec43bd
commit 2f4fcfef2d

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