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: linters:
enable: enable:
- bodyclose - bodyclose
- exportloopref - copyloopvar
- gofumpt - gofumpt
- goimports - goimports
- gosec - gosec
@ -28,6 +28,6 @@ linters:
- unconvert - unconvert
- unparam - unparam
- whitespace - 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. # of Go than then Go module.
# - predeclared # - predeclared