We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5584d commit c58ee5cCopy full SHA for c58ee5c
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
env:
15
GO_VERSION: stable
16
- GOLANGCI_LINT_VERSION: v1.56.2
+ GOLANGCI_LINT_VERSION: v1.57.2
17
CGO_ENABLED: 0
18
19
steps:
.golangci.yml
@@ -1,6 +1,5 @@
1
run:
2
timeout: 2m
3
- skip-files: []
4
5
linters-settings:
6
govet:
@@ -96,7 +95,7 @@ linters:
96
95
97
issues:
98
exclude-use-default: false
99
- max-per-linter: 0
+ max-issues-per-linter: 0
100
max-same-issues: 0
101
exclude:
102
- 'ST1000: at least one file in a package should have a package comment'
0 commit comments