Skip to content

Commit fbcf307

Browse files
paskalumputun
authored andcommitted
Fix golangci-lint shadow
This caused golangci-lint config validation errors
1 parent 7c7e1ed commit fbcf307

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
linters-settings:
22
govet:
3-
check-shadowing: true
3+
enable:
4+
- shadow
45
golint:
56
min-confidence: 0.8
67
gocyclo:

0 commit comments

Comments
 (0)