mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 12:46:14 +00:00
chore(lint): disable 'predeclared' linter
It seems to always run on the latest version of Go and we're finding false positives with its suggestions.
This commit is contained in:
@@ -44,3 +44,4 @@ linters:
|
||||
- typecheck
|
||||
- unused
|
||||
- varcheck
|
||||
- predeclared
|
||||
|
||||
@@ -28,3 +28,4 @@ linters:
|
||||
- unconvert
|
||||
- unparam
|
||||
- whitespace
|
||||
- predeclared
|
||||
|
||||
Reference in New Issue
Block a user