Skip to content

Commit

Permalink
feat: exclude tools from sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Dec 19, 2024
1 parent c73da99 commit 31819ca
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
Expand Up @@ -7,7 +7,7 @@ sonar.projectName=cdk
sonar.organization=0xpolygon

sonar.sources=.
sonar.exclusions=**/test/**,**/vendor/**,**/mocks/**,**/build/**,**/target/**,**/proto/include/**,**/*.pb.go,**/docs/**,**/*.sql,**/mocks_*/*,scripts/**,**/mock_*.go,**/cmd/**
sonar.exclusions=**/test/**,**/vendor/**,**/mocks/**,**/build/**,**/target/**,**/proto/include/**,**/*.pb.go,**/docs/**,**/*.sql,**/mocks_*/*,scripts/**,**/mock_*.go,**/cmd/**,tools/**

sonar.tests=.
sonar.test.inclusions=**/*_test.go
Expand Down

0 comments on commit 31819ca

Please sign in to comment.