Optimized shellcheck

This commit is contained in:
2020-05-05 11:54:10 +02:00
parent 54f550e566
commit fc2a972530

View File

@@ -1,2 +1,3 @@
language: shell
script:
- shellcheck ./scripts/*/*.sh
- bash -c 'shopt -s globstar nullglob; shellcheck **/*.{sh,ksh,bash}'