Skip to content

Commit 64e9227

Browse files
committed
[update] : Added make check
1 parent 3d74fe1 commit 64e9227

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ keyring::
4646

4747
wizard:
4848
@sudo ${CURRENT_DIR}/tools/wizard.sh
49+
50+
check:
51+
@bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error **/*.{sh,ksh,bash}'
52+
@bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error tools/*.{sh,ksh,bash}'

0 commit comments

Comments
 (0)