mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
scripts: only shellcheck shell scripts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user