mirror of
https://github.com/containers/podman.git
synced 2025-06-24 11:28:24 +08:00
linter: document tagliatelle
Disabling tagliatelle would mean disabling it for hundreds of fields that cannot be changed due to K8s or Docker or backwards compat. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -14,6 +14,7 @@ linters:
|
||||
disable:
|
||||
# All these break for one reason or another
|
||||
- nolintlint
|
||||
- tagliatelle # too many JSON keys cannot be changed due to compat
|
||||
- gocognit
|
||||
- testpackage
|
||||
- goerr113
|
||||
@ -59,7 +60,6 @@ linters:
|
||||
- errname
|
||||
- forcetypeassert
|
||||
- ireturn
|
||||
- tagliatelle
|
||||
- varnamelen
|
||||
- maintidx
|
||||
- nilerr
|
||||
|
Reference in New Issue
Block a user