We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c753b commit 683f3f7Copy full SHA for 683f3f7
.github/workflows/golangci-lint.yml
@@ -31,4 +31,4 @@ jobs:
31
- name: Run golangci-lint
32
uses: golangci/golangci-lint-action@v6
33
with:
34
- version: v1.61.0
+ version: v1.64.5
.golangci.yml
@@ -6,6 +6,8 @@ linters:
6
enable:
7
- dupl
8
- errcheck
9
+ - errname
10
+ - errorlint
11
- funlen
12
- gci
13
- goconst
@@ -18,9 +20,11 @@ linters:
18
20
- govet
19
21
- ineffassign
22
- lll
23
+ - makezero
24
- misspell
25
- nolintlint
26
- prealloc
27
+ - reassign
28
- revive
29
- staticcheck
30
- stylecheck
@@ -30,6 +34,7 @@ linters:
- unconvert
35
- unparam
36
- unused
37
+ - usetesting
38
39
linters-settings:
40
gocritic:
0 commit comments