From b64ac919f7ffd1493fa15ae96ad190f0893fd236 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Tue, 9 Jun 2020 08:57:18 +0200 Subject: [PATCH] shellcheck version? --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 25eaf3016..0e67aa7e2 100644 --- a/Makefile +++ b/Makefile @@ -119,6 +119,7 @@ tests: $(CODECGEN_TARGETS) prog/staticui/staticui.go prog/externalui/externalui. ./tools/test -no-go-get -tags $(GO_BUILD_TAGS) lint: + shellcheck -V ./tools/lint prog/staticui/staticui.go: