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 7dfe0cd commit e0bd51cCopy full SHA for e0bd51c
.github/workflows/sonar.yaml
@@ -44,7 +44,7 @@ jobs:
44
uses: golangci/golangci-lint-action@v8
45
with:
46
version: ${{ env.GOLANGCI_LINT_VERSION }}
47
- args: --timeout=5m --issues-exit-code=0 --out-format=checkstyle:golangci-lint-report.xml
+ args: --timeout=5m --issues-exit-code=0 --output.checkstyle.path=golangci-lint-report.xml
48
49
- name: SonarCloud Scan
50
uses: SonarSource/sonarcloud-github-action@master
0 commit comments