Browse Source

fix: exclude fake client mocks

Lucas Severo Alves 4 years ago
parent
commit
998570a7fd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      sonar-project.properties

+ 2 - 2
sonar-project.properties

@@ -11,11 +11,11 @@ sonar.organization=external-secrets
 #sonar.sourceEncoding=UTF-8
 
 sonar.sources=.
-sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*,e2e/**,apis/**
+sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*,e2e/**,apis/**,**/fake.go
 
 sonar.tests=.
 sonar.test.inclusions=**/*_test.go
-sonar.test.exclusions=**/vendor/**,**/*_test.go,e2e/**,apis/**
+sonar.test.exclusions=**/vendor/**,**/*_test.go,e2e/**,apis/**,**/fake.go
 sonar.go.coverage.reportPaths=./cover.out
 # =====================================================
 #   Meta-data for the project