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 6672f3c commit 3e09b04Copy full SHA for 3e09b04
.github/workflows/build-and-test.yml
@@ -76,7 +76,7 @@ jobs:
76
# Required: the version of golangci-lint is required and must be specified without patch version.
77
version: latest
78
working-directory: ${{ matrix.go-module }}
79
- args: "--verbose --print-issued-lines --print-linter-name --out-${NO_FUTURE}format colored-line-number --timeout 300s --max-issues-per-linter 0 --max-same-issues 0"
+ args: "--path-mode=abs --verbose --output.text.print-issued-lines --output.text.print-linter-name --output.tab.colors --max-issues-per-linter 0 --max-same-issues 0"
80
- name: Test ${{ matrix.go-module }} on ${{ matrix.os }}
81
run: go test -race -cover -v ./...
82
- working-directory: ${{ matrix.go-module }}
+ working-directory: ${{ matrix.go-module }}
0 commit comments