lint ALL (future) scripts/*.sh, not just run_archiso.sh
This commit is contained in:
parent
608d1100c8
commit
0ae5cd961e
2
Makefile
2
Makefile
@ -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) \
|
||||||
|
Loading…
Reference in New Issue
Block a user