We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36c0df commit 365dac7Copy full SHA for 365dac7
.github/workflows/golangci-lint.yml
@@ -35,5 +35,5 @@ jobs:
35
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
36
with:
37
version: v2.0.2
38
- args: --out-format=colored-line-number
+ args: --output.text.print-linter-name=true --output.text.colors=true
39
working-directory: ${{matrix.working-directory}}
0 commit comments