Skip to content

Commit

Permalink
split the diff
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Jun 23, 2020
1 parent dff29b9 commit 1beae66
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/sc/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sonar.projectKey=hofstadter-io_hof
sonar.host.url=https://sonarcloud.io

# --- optional properties ---
sonar.scm.provider="git"
sonar.scm.provider=git

# defaults to project key
sonar.projectName=hof
Expand All @@ -24,7 +24,6 @@ sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=**/vendor/**,**/cue.mod/**

# Golang
# sonar.go.exclusions=**/vendor/**,**/cue.mod/**
sonar.go.exclusions=**/*_test.go,**/vendor/**,**/cue.mod/**
sonar.go.exclusions=**/vendor/**,**/cue.mod/**
# sonar.go.tests.reportPaths=sonar-reports/go/**/tests.json
sonar.go.coverage.reportPaths=cmd/**/cover.out,gen/**/cover.out,lib/**/cover.out,script/**/cover.out

0 comments on commit 1beae66

Please sign in to comment.