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:
# 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