diff options
author | Valentin Rothberg <vrothberg@redhat.com> | 2022-03-21 14:14:59 +0100 |
---|---|---|
committer | Valentin Rothberg <vrothberg@redhat.com> | 2022-03-22 13:04:35 +0100 |
commit | 7c047bfbe9e417059b3cd9ab66d7dbb60cd9ac71 (patch) | |
tree | ee40948c1da6424014faa3ade59299264c787cbd /.golangci.yml | |
parent | 9e8cca26a1d93f975008d142cd64d1745e68340e (diff) | |
download | podman-7c047bfbe9e417059b3cd9ab66d7dbb60cd9ac71.tar.gz podman-7c047bfbe9e417059b3cd9ab66d7dbb60cd9ac71.tar.bz2 podman-7c047bfbe9e417059b3cd9ab66d7dbb60cd9ac71.zip |
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>
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml index 42692ad77..3ccb7b9e4 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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 |