From 065bf5d75bfd81d439ea42434463f796128d08f1 Mon Sep 17 00:00:00 2001 From: Alexandre Garand Date: Fri, 5 Jul 2019 14:02:37 +0200 Subject: add shellcheck to the makeffile and .travis.yml and fix the scripts to have no error with it --- GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index f5f0c29..7750632 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -25,6 +25,9 @@ vet: exit 1; \ fi +shellcheck: + shellcheck scripts/* + fmt: gofmt -w $(GOFMT_FILES) -- cgit v1.2.3