chore(lint): disable predeclared due to false positives

This commit is contained in:
Christian Rocha
2024-09-02 11:46:35 -04:00
parent 72de4f47dc
commit a163c6c59d
+3 -1
View File
@@ -28,4 +28,6 @@ linters:
- unconvert
- unparam
- whitespace
- predeclared
# We're isabling predeclared because the linter is running a newer version
# of Go than then Go module.
# - predeclared