We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a9099 commit 06fb78aCopy full SHA for 06fb78a
.github/workflows/lint.yml
@@ -40,7 +40,7 @@ jobs:
40
go mod verify
41
go mod download
42
43
- LINT_VERSION=1.45.2
+ LINT_VERSION=1.46.0
44
curl -fsSL https://github.com/golangci/golangci-lint/releases/download/v${LINT_VERSION}/golangci-lint-${LINT_VERSION}-linux-amd64.tar.gz | \
45
tar xz --strip-components 1 --wildcards \*/golangci-lint
46
mkdir -p bin && mv golangci-lint bin/
.golangci.yml
@@ -1,6 +1,7 @@
1
linters:
2
enable:
3
- gofmt
4
+ - nolintlint
5
6
issues:
7
max-issues-per-linter: 0
0 commit comments