scripts: only shellcheck shell scripts

This commit is contained in:
Mahmood Ali
2019-03-18 08:45:25 -04:00
parent 60b045b13f
commit 38aa059e43

View File

@@ -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