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
parent 3a072332f4
commit 2b80a45f82

View file

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