linter: document nolintlint

We need to keep disabling the `nolintlint` linter to continue using
`nolint` directives in the code.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
Valentin Rothberg 2022-03-21 14:18:51 +01:00
parent 7c047bfbe9
commit 081e091437
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ linters:
enable-all: true
disable:
# All these break for one reason or another
- nolintlint
- nolintlint # some linter must be disabled (see `nolint` in the code)
- tagliatelle # too many JSON keys cannot be changed due to compat
- gocognit
- testpackage