We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678fd31 commit 3262a71Copy full SHA for 3262a71
.gitignore
@@ -20,3 +20,4 @@ dist/
20
coverage/
21
tests-report.json
22
linters-report.xml
23
+report.xml
sonar-project.properties
@@ -28,6 +28,6 @@ sonar.links.issue=https://github.com/obalunenko/advent-of-code/issues
28
# Properties specific to Go
29
# =====================================================
30
31
-sonar.go.golangci-lint.reportPaths=linters-report.xml
+sonar.go.golangci-lint.reportPaths=report.xml
32
sonar.go.tests.reportPaths=tests-report.json
33
sonar.go.coverage.reportPaths=coverage/full.cov
0 commit comments