lint ALL (future) scripts/*.sh, not just run_archiso.sh

This commit is contained in:
Michael Vorburger 2021-01-23 18:32:42 +01:00 committed by David Runge
parent 608d1100c8
commit 0ae5cd961e

View File

@ -20,7 +20,7 @@ check: lint
lint: lint:
shellcheck -s bash archiso/mkarchiso \ shellcheck -s bash archiso/mkarchiso \
scripts/run_archiso.sh \ $(wildcard scripts/*.sh) \
$(INSTALL_FILES) \ $(INSTALL_FILES) \
$(wildcard configs/*/build.sh) \ $(wildcard configs/*/build.sh) \
$(wildcard configs/*/profiledef.sh) \ $(wildcard configs/*/profiledef.sh) \