mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
Merge pull request #1207 from owncloud/fix-sonar-exclude
fix sonar exclude for generated protobuf files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user