Skip to content

Commit

Permalink
fixup! Linter: Disable shadow linting for ctx and err
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Jan 6, 2025
1 parent 3d1342c commit c19f66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ issues:
- text: "Expect WriteFile permissions to be 0600 or less"
linters:
- gosec
- text: 'shadow: declaration of "(err|ctx)" shadows declaration at'
- text: 'shadow: declaration of "err" shadows declaration at'
linters: [ govet ]


Expand Down

0 comments on commit c19f66c

Please sign in to comment.