mirror of
https://github.com/containers/podman.git
synced 2025-06-24 19:42:56 +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:
|
disable:
|
||||||
# All these break for one reason or another
|
# All these break for one reason or another
|
||||||
- nolintlint
|
- nolintlint
|
||||||
|
- tagliatelle # too many JSON keys cannot be changed due to compat
|
||||||
- gocognit
|
- gocognit
|
||||||
- testpackage
|
- testpackage
|
||||||
- goerr113
|
- goerr113
|
||||||
@ -59,7 +60,6 @@ linters:
|
|||||||
- errname
|
- errname
|
||||||
- forcetypeassert
|
- forcetypeassert
|
||||||
- ireturn
|
- ireturn
|
||||||
- tagliatelle
|
|
||||||
- varnamelen
|
- varnamelen
|
||||||
- maintidx
|
- maintidx
|
||||||
- nilerr
|
- nilerr
|
||||||
|
Reference in New Issue
Block a user