summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-03-26 15:16:17 +0100
committerGitHub <noreply@github.com>2020-03-26 15:16:17 +0100
commit8cccac54979b804d1086ff42654de07dba802a2e (patch)
treecf1d51318e927bcccd1994a0cea880f6996a747d /.golangci.yml
parentc869b96d777d12a7d9ef191976d4131270d68858 (diff)
parentba1d8ad2af21a1e52ce988b9f312eb3d16c9d583 (diff)
downloadpodman-8cccac54979b804d1086ff42654de07dba802a2e.tar.gz
podman-8cccac54979b804d1086ff42654de07dba802a2e.tar.bz2
podman-8cccac54979b804d1086ff42654de07dba802a2e.zip
Merge pull request #5612 from baude/v2enablelint
enable linting on v2
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 8b1062b4c..8af8aea91 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -4,6 +4,7 @@ run:
- apparmor
- seccomp
- selinux
+ - ABISupport
concurrency: 6
deadline: 5m
skip-dirs-use-default: true