Skip to content

Commit b3ee1dd

Browse files
authored
backport: ci: fix check-shadowing not allowed (#3432) (#3456)
ci: fix check-shadowing not allowed (#3432) fix check-shadowing not allowed
1 parent eec82d9 commit b3ee1dd

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

0 commit comments

Comments
 (0)