From 9e62dac37d51f4d17b59b370e41ba5b7b8ae6a13 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Tue, 1 Oct 2019 10:54:56 +0000 Subject: [PATCH] build: don't lint tools shellscripts in Scope CI It's now run in the CI for the upstream repo weaveworks/build-tools. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index bd7cfa163..5bf16dc4a 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,6 @@ tests: $(CODECGEN_TARGETS) prog/staticui/staticui.go prog/externalui/externalui. lint: ./tools/lint - ./tools/shell-lint tools prog/staticui/staticui.go: mkdir -p prog/staticui