Skip to content

Commit ddaa6e6

Browse files
authored
ci: fix check-shadowing not allowed (#3432)
fix check-shadowing not allowed
1 parent 7225b14 commit ddaa6e6

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
@@ -34,6 +34,7 @@ linters-settings:
3434
disabled-checks:
3535
- "hugeParam"
3636
govet:
37-
check-shadowing: true
37+
enable:
38+
- shadow
3839
lll:
3940
line-length: 200

0 commit comments

Comments
 (0)