Skip to content

Commit 130c0f4

Browse files
authored
chore: missing qtar in go exclusions (argoproj#18698)
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent 52b1b43 commit 130c0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sonar.host.url=https://sonarcloud.io
1919
sonar.coverage.exclusions=**/*.pb.go,**/*.pb.gw.go,**/mocks/**,**/*.ts*,**/vendor/**,**/openapi_generated.go,**/*_test.go,**/*_generated*,test/**,pkg/client/**,pkg/apiclient/**,docs/**
2020

2121
# Exclude following set of patterns from code analysis
22-
sonar.go.exclusions=**/vendor/**,*/*.pb.go,**/*_test.go,**/*.pb.gw.go,**/mocks/**,**/openapi_generated.go,**/*_generated*.go,docs/**
22+
sonar.go.exclusions=**/vendor/**,**/*.pb.go,**/*_test.go,**/*.pb.gw.go,**/mocks/**,**/openapi_generated.go,**/*_generated*.go,docs/**
2323

2424
# Exclude following set of patterns from duplication detection
2525
sonar.cpd.exclusions=**/*.pb.go,**/*.g.cs,**/*.gw.go,**/mocks/*,docs/**

0 commit comments

Comments
 (0)