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:
Christian Rocha
2024-08-20 15:22:27 -04:00
parent 235075af49
commit f25096d1b6
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -44,3 +44,4 @@ linters:
- typecheck
- unused
- varcheck
- predeclared
+1
View File
@@ -28,3 +28,4 @@ linters:
- unconvert
- unparam
- whitespace
- predeclared