mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-05 23:27:48 +00: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:
parent
9e8cca26a1
commit
7c047bfbe9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue