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:
Valentin Rothberg
2022-03-21 14:14:59 +01:00
parent 9e8cca26a1
commit 7c047bfbe9

View File

@ -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