lint ALL (future) scripts/*.sh, not just run_archiso.sh
This commit is contained in:
parent
608d1100c8
commit
0ae5cd961e
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue