We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7f14a commit 4c8f320Copy full SHA for 4c8f320
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup golangci-lint
15
uses: golangci/golangci-lint-action@v3
16
with:
17
- version: v1.45.0
+ version: v1.49.0
18
args: --verbose
19
20
# Label of the container job
.golangci.yml
@@ -3,7 +3,6 @@ linters:
3
disable-all: true
4
fast: false
5
enable:
6
- - bodyclose
7
- deadcode
8
- depguard
9
- dogsled
@@ -25,15 +24,11 @@ linters:
25
24
- lll
26
- misspell
27
- nakedret
28
- - noctx
29
- nolintlint
30
- - rowserrcheck
31
- staticcheck
32
- - structcheck
33
- stylecheck
34
- typecheck
35
- unconvert
36
- - unparam
37
- unused
38
- varcheck
39
- whitespace
0 commit comments