scripts: only shellcheck shell scripts

This commit is contained in:
Mahmood Ali 2019-03-18 08:45:25 -04:00
parent 49f807f72c
commit 4832c77363
1 changed files with 1 additions and 1 deletions

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