From c50d969a0e79161c9d5d6f7933009253b067233e Mon Sep 17 00:00:00 2001 From: Matej Vasek Date: Tue, 9 Feb 2021 19:23:32 +0100 Subject: [NO TESTS NEEDED] Update linter Signed-off-by: Matej Vasek --- hack/golangci-lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hack') 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" -- cgit v1.2.3-54-g00ecf