chore(lint): update deprecated directive

This commit is contained in:
Christian Rocha 2024-09-11 17:08:37 -04:00
parent 2caa9d4bdf
commit 64cc034014

View File

@ -15,7 +15,7 @@ issues:
linters:
enable:
- bodyclose
- exportloopref
- copyloopvar
- gofumpt
- goimports
- gosec
@ -28,6 +28,6 @@ linters:
- unconvert
- unparam
- whitespace
# We're isabling predeclared because the linter is running a newer version
# We're disabling predeclared because the linter is running a newer version
# of Go than then Go module.
# - predeclared