Commit 38aa059e authored by Mahmood Ali's avatar Mahmood Ali
Browse files

scripts: only shellcheck shell scripts

parent 60b045b1
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment