mirror of
https://github.com/containers/podman.git
synced 2025-10-09 14:56:05 +08:00
update golangci-lint to v1.64.2
- exportloopref is deprecated and deactivated so it should be removed from the disable list. - tenv is deprecated and was replaced by usetesting Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -61,7 +61,7 @@ linters:
|
||||
- nonamedreturns
|
||||
- exhaustruct
|
||||
# deprecated linters
|
||||
- exportloopref
|
||||
- tenv
|
||||
linters-settings:
|
||||
errcheck:
|
||||
check-blank: false
|
||||
|
Reference in New Issue
Block a user