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 986aaf4 commit b7387c5Copy full SHA for b7387c5
.github/workflows/linter.yml
@@ -39,6 +39,5 @@ jobs:
39
- name: golangci-lint
40
uses: golangci/golangci-lint-action@v2
41
with:
42
- args: "--config=.github/.golangci.yml"
+ args: "--config=.github/.golangci.yml --out-format line-number"
43
skip-go-installation: true
44
- args: "--out-format line-number"
0 commit comments