Skip to content

Commit 8a3e0d8

Browse files
Fix: linter
1 parent e0780da commit 8a3e0d8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.golangci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ linters:
66
- govet
77
- prealloc
88
- unconvert
9-
- deadcode
10-
- structcheck
11-
- varcheck
129
- errcheck
1310
- ineffassign
1411
- typecheck
1512
- containedctx
16-
- tenv
13+
- tenv
14+
- unused

0 commit comments

Comments
 (0)