Skip to content

Commit

Permalink
golangci: disable redefines-builtin-id in revive
Browse files Browse the repository at this point in the history
Signed-off-by: Kohei Tokunaga <[email protected]>
  • Loading branch information
ktock committed Jan 15, 2025
1 parent 7db3c42 commit 26081a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ issues:
- linters:
- revive
text: "unused-parameter"
- linters:
- revive
text: "redefines-builtin-id"
exclude-dirs:
- docs
- images
Expand Down

0 comments on commit 26081a6

Please sign in to comment.