Skip to content

Commit

Permalink
chore(lint): disable predeclared due to false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Sep 2, 2024
1 parent 72de4f4 commit a163c6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ linters:
- unconvert
- unparam
- whitespace
- predeclared
# We're isabling predeclared because the linter is running a newer version
# of Go than then Go module.
# - predeclared

0 comments on commit a163c6c

Please sign in to comment.