Skip to content

Commit

Permalink
exclude YAML files from sonar scans (#1176)
Browse files Browse the repository at this point in the history
Signed-off-by: dislbenn <[email protected]>
  • Loading branch information
dislbenn authored Jan 6, 2025
1 parent 282631d commit ecf1942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.projectKey=open-cluster-management_backplane-operator
sonar.projectName=backplane-operator
sonar.sources=.
sonar.exclusions=**/*_test.go,**/*_generated*.go,**/*_generated/**,**/vendor/**,test/**,mock-component-image/**,**.py,main.go, **/rbac.go
sonar.exclusions=**/*_test.go,**/*_generated*.go,**/*_generated/**,**/vendor/**,test/**,mock-component-image/**,**.py,main.go,**/rbac.go,**/*.yaml,**/*.yml
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=**/*_generated*.go,**/*_generated/**,**/vendor/**,test/**
Expand Down

0 comments on commit ecf1942

Please sign in to comment.