Skip to content

Commit abb5cb6

Browse files
authored
backport: ci: fix check-shadowing not allowed (#3432) (#3455)
ci: fix check-shadowing not allowed (#3432) fix check-shadowing not allowed
1 parent de4fdcf commit abb5cb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .golangci.yml

+2-1
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)