mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-16 01:43:21 +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
|
- typecheck
|
||||||
- unused
|
- unused
|
||||||
- varcheck
|
- varcheck
|
||||||
|
- predeclared
|
||||||
|
|||||||
@@ -28,3 +28,4 @@ linters:
|
|||||||
- unconvert
|
- unconvert
|
||||||
- unparam
|
- unparam
|
||||||
- whitespace
|
- whitespace
|
||||||
|
- predeclared
|
||||||
|
|||||||
Reference in New Issue
Block a user