Skip to content

Commit

Permalink
chore(lint): actually disable predeclared directive
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Sep 11, 2024
1 parent b196861 commit 234f5ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ linters:
- unconvert
- unparam
- whitespace
# We're disabling predeclared because the linter is running a newer version
# of Go than then Go module.
# - predeclared
# We're disabling predeclared because the linter is running a newer version
# of Go than then Go module.
disable:
- predeclared

0 comments on commit 234f5ac

Please sign in to comment.