Skip to content

Commit

Permalink
backport: ci: fix check-shadowing not allowed (#3432) (#3455)
Browse files Browse the repository at this point in the history
ci: fix check-shadowing not allowed (#3432)

fix check-shadowing not allowed
  • Loading branch information
QxBytes authored Feb 27, 2025
1 parent de4fdcf commit abb5cb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ linters-settings:
disabled-checks:
- "hugeParam"
govet:
check-shadowing: true
enable:
- shadow
lll:
line-length: 200

0 comments on commit abb5cb6

Please sign in to comment.