forked from naskya/firefish
dev: add shellcheck to Makefile
This commit is contained in:
parent
350161974f
commit
5f1e30af80
1 changed files with 11 additions and 1 deletions
12
Makefile
12
Makefile
|
@ -1,5 +1,15 @@
|
|||
.PHONY: all
|
||||
all: build_image
|
||||
all: shellcheck build_image
|
||||
|
||||
|
||||
.PHONY: shellcheck
|
||||
shellcheck:
|
||||
shellcheck --external-sources update.sh
|
||||
shellcheck --external-sources neko/update/main.sh
|
||||
shellcheck --external-sources neko/update/patch.sh
|
||||
shellcheck --external-sources neko/update/container.sh
|
||||
shellcheck --external-sources neko/update/native.sh
|
||||
shellcheck --external-sources --exclude=SC2148 neko/update/utils
|
||||
|
||||
|
||||
.PHONY: build_image
|
||||
|
|
Loading…
Reference in a new issue