Meta: Do not run shellcheck on our Shell's scripts

This commit is contained in:
AnotherTest 2020-06-25 01:12:26 +04:30 committed by Andreas Kling
commit 2b80a45f82
Notes: sideshowbarker 2024-07-19 05:08:30 +09:00

View file

@ -18,6 +18,7 @@ done < <(git ls-files -- \
'*.sh' \ '*.sh' \
':!:Toolchain' \ ':!:Toolchain' \
':!:Ports' \ ':!:Ports' \
':!:Shell/Tests' \
) )
if (( ${#ERRORS[@]} )); then if (( ${#ERRORS[@]} )); then