]> git.immae.eu Git - github/fretlink/terraform-provider-mailgun.git/blobdiff - GNUmakefile
add shellcheck to the makeffile and .travis.yml and fix the scripts to have no error...
[github/fretlink/terraform-provider-mailgun.git] / GNUmakefile
index f5f0c29c086397a8a03abf23f73aee201a5826a6..7750632f454dedd1a34e6168376d583c1e160a68 100644 (file)
@@ -25,6 +25,9 @@ vet:
                exit 1; \
        fi
 
+shellcheck:
+       shellcheck scripts/*
+
 fmt:
        gofmt -w $(GOFMT_FILES)