Skip to content

Commit 3262a71

Browse files
authored
fix: sonar configs (#370)
1 parent 678fd31 commit 3262a71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ dist/
2020
coverage/
2121
tests-report.json
2222
linters-report.xml
23+
report.xml

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ sonar.links.issue=https://github.com/obalunenko/advent-of-code/issues
2828
# Properties specific to Go
2929
# =====================================================
3030

31-
sonar.go.golangci-lint.reportPaths=linters-report.xml
31+
sonar.go.golangci-lint.reportPaths=report.xml
3232
sonar.go.tests.reportPaths=tests-report.json
3333
sonar.go.coverage.reportPaths=coverage/full.cov

0 commit comments

Comments
 (0)