Skip to content

Commit

Permalink
Ignore vue/, integration-tests/ in sonar (#217)
Browse files Browse the repository at this point in the history
* Ignore /vue/ in sonar

* Update sonar-project.properties
  • Loading branch information
danwt authored Jul 7, 2022
1 parent 7771936 commit 4e40e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ sonar.organization=cosmos
#sonar.sourceEncoding=UTF-8

sonar.sources=.
sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*,**/*.pb.go,**/*.pb.gw.go
sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*,**/*.pb.go,**/*.pb.gw.go,**/vue/**/*,**/integration-tests/**/*

sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=**/vendor/**
sonar.go.coverage.reportPaths=coverage.out
sonar.go.coverage.reportPaths=coverage.out

0 comments on commit 4e40e09

Please sign in to comment.