diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-10 10:26:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-10 10:26:39 -0500 |
commit | 871562f9fe0d9b2b8975bd30ac07f94054f8bef9 (patch) | |
tree | 2efcf8a7e0ab05fd6e22a88a38b8ed071d41f05b /hack/golangci-lint.sh | |
parent | b4ca924365869d73aecd10bb99656b99ab8bf0ae (diff) | |
parent | 68133414f42483c5122d2fe6916e179cbbb9d756 (diff) | |
download | podman-871562f9fe0d9b2b8975bd30ac07f94054f8bef9.tar.gz podman-871562f9fe0d9b2b8975bd30ac07f94054f8bef9.tar.bz2 podman-871562f9fe0d9b2b8975bd30ac07f94054f8bef9.zip |
Merge pull request #9294 from matejvasek/update_linter
Update golangci-lint
Diffstat (limited to 'hack/golangci-lint.sh')
-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 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" |