We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88aa2f5 + 5942b3f commit fb61c90Copy full SHA for fb61c90
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: ./.github/actions/install-go
34
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
35
with:
36
- version: v1.60.1
+ version: v1.60.3
37
skip-cache: true
38
args: --timeout=8m
39
.golangci.yml
@@ -1,7 +1,7 @@
1
linters:
2
enable:
3
- depguard # Checks for dependencies that should not be (re)introduced. See "linter-settings" for further details.
4
- - exportloopref # Checks for pointers to enclosing loop variables
+ # - copyloopvar # Checks for loop variable copies in Go 1.22+
5
- gofmt
6
- goimports
7
- gosec
@@ -73,6 +73,7 @@ linters-settings:
73
- G306
74
- G402
75
- G404
76
+ - G115
77
nolintlint:
78
allow-unused: true
79
0 commit comments