We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc11efd commit b183087Copy full SHA for b183087
2 files changed
.github/workflows/lint.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v6
23
24
- name: Run linter
25
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v9
26
with:
27
- version: latest
+ version: v2.8
28
skip-cache: true
.golangci.yml
@@ -1,22 +1,9 @@
1
+version: "2"
2
linters:
- enable-all: true
3
disable:
4
- - exhaustivestruct
5
- forbidigo
6
- gochecknoglobals
7
- ireturn
8
- nlreturn
9
- testpackage
10
- varnamelen
11
-
12
-issues:
13
- exclude-rules:
14
- - path: _test\.go
15
- linters:
16
- - errcheck
17
- - funlen
18
- - interfacer
19
- - maligned
20
- - nilnil
21
- - noctx
- - scopelint
0 commit comments