Skip to content

Commit 0ce1515

Browse files
QxBytessivakami
authored andcommitted
ci: fix check-shadowing not allowed (#3432)
fix check-shadowing not allowed
1 parent 613e368 commit 0ce1515

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)