Merge pull request #1207 from owncloud/fix-sonar-exclude

fix sonar exclude for generated protobuf files
This commit is contained in:
Phil Davis
2021-01-14 12:14:25 +05:45
committed by GitHub

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