summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-06-16 07:32:58 +0000
committerGitHub <noreply@github.com>2022-06-16 07:32:58 +0000
commita90dac9454698fd024bcac49b371701355ffaf24 (patch)
treeb167036c22fd48d683eb03e39bf8b00aebbc4708 /.golangci.yml
parent78c149ff9129934b5948d01d1178a5427b5b0753 (diff)
parent21819254ddb7d48f3483cadcecb20a63d1db8cd7 (diff)
downloadpodman-a90dac9454698fd024bcac49b371701355ffaf24.tar.gz
podman-a90dac9454698fd024bcac49b371701355ffaf24.tar.bz2
podman-a90dac9454698fd024bcac49b371701355ffaf24.zip
Merge pull request #14605 from Luap99/update-golangci-lint
golangci-lint: update to v1.46.2
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 31b0416fa..d8e80ec27 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -55,6 +55,8 @@ linters:
- varnamelen
- maintidx
- nilnil
+ - nonamedreturns
+ - exhaustruct
# deprecated linters
- golint # replaced by revive
- scopelint # replaced by exportloopref