summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
authorMatej Vasek <mvasek@redhat.com>2021-02-09 19:23:32 +0100
committerMatej Vasek <mvasek@redhat.com>2021-02-10 13:25:40 +0100
commit68133414f42483c5122d2fe6916e179cbbb9d756 (patch)
treec90101746e07b03231cb4aa0993aee8c127aba32 /hack
parent2d829aeb1fe0dc19c45e796141ab78ff192b5dbb (diff)
downloadpodman-68133414f42483c5122d2fe6916e179cbbb9d756.tar.gz
podman-68133414f42483c5122d2fe6916e179cbbb9d756.tar.bz2
podman-68133414f42483c5122d2fe6916e179cbbb9d756.zip
[NO TESTS NEEDED] Update linter
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Diffstat (limited to 'hack')
-rwxr-xr-xhack/golangci-lint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/golangci-lint.sh b/hack/golangci-lint.sh
index 5be750129..bcb83a2fd 100755
--- a/hack/golangci-lint.sh
+++ b/hack/golangci-lint.sh
@@ -5,7 +5,7 @@ set -e
declare -A BUILD_TAGS
# TODO: add systemd tag
-BUILD_TAGS[default]="apparmor,seccomp,selinux"
+BUILD_TAGS[default]="apparmor,seccomp,selinux,linter"
BUILD_TAGS[abi]="${BUILD_TAGS[default]},!remoteclient"
BUILD_TAGS[tunnel]="${BUILD_TAGS[default]},remote,remoteclient"