mirror of https://github.com/containers/podman.git
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:
parent
7c047bfbe9
commit
081e091437
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue