Skip to content

Commit 6795ff5

Browse files
committed
Update linter configuration to be compatible with more recent version
1 parent 49748f1 commit 6795ff5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.golangci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ linters-settings:
3131
- whyNoLint
3232
gofmt:
3333
simplify: false
34-
govet:
35-
check-shadowing: false
3634
nolintlint:
3735
require-explanation: false
3836
require-specific: true
@@ -55,7 +53,6 @@ linters:
5553
- dupl
5654
- errcheck
5755
- errorlint
58-
- exportloopref
5956
- exhaustive
6057
# - goconst
6158
- gocritic

0 commit comments

Comments
 (0)