mirror of
https://github.com/containers/podman.git
synced 2025-05-19 16:18:51 +08:00
bump golangci-lint to v1.53.3
Disable new linters and drop comments on them. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -13,6 +13,17 @@ linters:
|
||||
enable-all: true
|
||||
disable:
|
||||
# All these break for one reason or another
|
||||
- rowserrcheck # FIXME (urgent): sqlite error checking
|
||||
# too many reports but requires attention
|
||||
- depguard
|
||||
- revive
|
||||
- tagalign
|
||||
# useful hints that should be addressed
|
||||
- ginkgolinter
|
||||
- nakedret
|
||||
- mirror
|
||||
- wastedassign
|
||||
- gosmopolitan # usage of time.Local in pkg/k8s.io
|
||||
- tagliatelle # too many JSON keys cannot be changed due to compat
|
||||
- nosnakecase # too many false positives due to the `unix` package
|
||||
- dupword # too many false positives (e.g., in tests)
|
||||
|
Reference in New Issue
Block a user