Skip to content

Commit

Permalink
chore(lint): disable 'predeclared' linter
Browse files Browse the repository at this point in the history
It seems to always run on the latest version of Go and we're finding
false positives with its suggestions.
  • Loading branch information
meowgorithm committed Aug 20, 2024
1 parent 4f0c4d5 commit c8c7ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .golangci-soft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ linters:
- typecheck
- unused
- varcheck
- predeclared
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ linters:
- unconvert
- unparam
- whitespace
- predeclared

0 comments on commit c8c7ce7

Please sign in to comment.