We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d74fe1 commit 64e9227Copy full SHA for 64e9227
Makefile
@@ -46,3 +46,7 @@ keyring::
46
47
wizard:
48
@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