Skip to content

Commit 18210e2

Browse files
committed
remove deprecated golangci-lint linters
Linters 'deadcode' and 'varcheck' are deprecated since v1.49.0 and had been replaced by 'unused' Signed-off-by: CrazyMax <[email protected]>
1 parent 057fc35 commit 18210e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.golangci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ run:
1212

1313
linters:
1414
enable:
15-
- deadcode
1615
- depguard
1716
- gofmt
1817
- goimports
@@ -25,7 +24,6 @@ linters:
2524
- staticcheck
2625
- typecheck
2726
- unused
28-
- varcheck
2927
- bodyclose
3028
- errname
3129
- makezero

0 commit comments

Comments
 (0)