We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97759d8 commit 18f96bcCopy full SHA for 18f96bc
.github/workflows/lint.yml
@@ -34,7 +34,7 @@ jobs:
34
# Required: the version of golangci-lint is required and
35
# must be specified without patch version: we always use the
36
# latest patch version.
37
- version: v1.50.1
+ version: v1.56.2
38
args: --timeout 10m
39
github-token: ${{ secrets.github_token }}
40
if: env.GIT_DIFF
.golangci.yml
@@ -10,13 +10,13 @@ linters:
10
- goconst
11
- gofmt
12
- goimports
13
- - revive
+ # - revive
14
- gosec
15
- gosimple
16
- govet
17
- ineffassign
18
- misspell
19
- - nakedret
+ # - nakedret
20
- nolintlint
21
- prealloc
22
- staticcheck
0 commit comments