From 38aa059e4377d09eb29942e4e469f83fc26952e3 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Mon, 18 Mar 2019 08:45:25 -0400 Subject: [PATCH] scripts: only shellcheck shell scripts --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 26b3b64df..bb26911f8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -186,7 +186,7 @@ check: ## Lint the source code .PHONY: checkscripts checkscripts: ## Lint shell scripts @echo "==> Linting scripts..." - @shellcheck ./scripts/* + @find scripts -type f -name '*.sh' | xargs shellcheck .PHONY: generate-all generate-all: generate-structs proto