Skip to content

Commit 4a8189c

Browse files
ilyagorban-codefreshIlya Gorban
andauthored
change configuration of sonarcloud (#1)
Co-authored-by: Ilya Gorban <[email protected]>
1 parent 2f0800e commit 4a8189c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sonar-project.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sonar.projectKey=argoproj_argo-rollouts
2-
sonar.organization=argoproj
1+
sonar.projectKey=argo-rollouts
2+
sonar.organization=codefresh-io
33

44
sonar.sources=.
55
sonar.sourceEncoding=UTF-8
@@ -12,4 +12,4 @@ sonar.coverage.exclusions=**/*.pb.go,**/*.pb.gw.go,**/mocks/**,**/*.ts*,**/vendo
1212
sonar.go.exclusions=**/vendor/**,*/*.pb.go,**/*_test.go,**/*.pb.gw.go,**/mocks/**,**/openapi_generated.go,**/*_generated*.go
1313

1414
# Exclude following set of patterns from duplication detection
15-
sonar.cpd.exclusions=**/*.pb.go,**/*.g.cs,**/*.gw.go,**/mocks/*
15+
sonar.cpd.exclusions=**/*.pb.go,**/*.g.cs,**/*.gw.go,**/mocks/*

0 commit comments

Comments
 (0)