aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-03-21 14:18:51 +0100
committerValentin Rothberg <vrothberg@redhat.com>2022-03-22 13:04:35 +0100
commit081e09143747b01c15071ba1bf80cafe60f5818e (patch)
treecd892c92d28f1893e16d1dd77153e3a8d1502a2c
parent7c047bfbe9e417059b3cd9ab66d7dbb60cd9ac71 (diff)
downloadpodman-081e09143747b01c15071ba1bf80cafe60f5818e.tar.gz
podman-081e09143747b01c15071ba1bf80cafe60f5818e.tar.bz2
podman-081e09143747b01c15071ba1bf80cafe60f5818e.zip
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>
-rw-r--r--.golangci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 3ccb7b9e4..402738d25 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -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