Skip to content

Commit

Permalink
chore: remove generated fake folder from sonar checks (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies committed Mar 9, 2023
1 parent 5ffd00e commit ec4ccb9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ sonar.cpd.exclusions=**/test_*.go,\
operator/apis/lifecycle/v1alpha1/**/*.go,\
operator/apis/lifecycle/v1alpha2/**/*.go,\
metrics-operator/api/v1alpha1/**/*.go,\
**/zz_generated.deepcopy.go
**/zz_generated.deepcopy.go,\
**/fake/**/*.go
sonar.go.exclusions=**/vendor/**,\
**/*_test.go
**/*_test.go,\
**/fake/**/*.go

0 comments on commit ec4ccb9

Please sign in to comment.