diff options
author | Matej Vasek <mvasek@redhat.com> | 2021-02-09 19:23:32 +0100 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-02-18 11:08:34 -0500 |
commit | c50d969a0e79161c9d5d6f7933009253b067233e (patch) | |
tree | 63199c2c87cb107d383f8f2af4c17df6995ce55f /hack | |
parent | b4678177828bf1a5fddffa06a8ebce8fec077f47 (diff) | |
download | podman-c50d969a0e79161c9d5d6f7933009253b067233e.tar.gz podman-c50d969a0e79161c9d5d6f7933009253b067233e.tar.bz2 podman-c50d969a0e79161c9d5d6f7933009253b067233e.zip |
[NO TESTS NEEDED] Update linter
Signed-off-by: Matej Vasek <mvasek@redhat.com>
Diffstat (limited to 'hack')
-rwxr-xr-x | hack/golangci-lint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/golangci-lint.sh b/hack/golangci-lint.sh index 50bf29bb8..984fb42f2 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" |