Meta: Enable linting of shell scripts under Toolchain

Now that everything under Toolchain is shellcheck clean,
remove it from the exception list.
This commit is contained in:
Brian Gianforcaro 2021-05-04 22:04:57 -07:00 committed by Andreas Kling
parent 8b856bd5a1
commit 83dca542bb
Notes: sideshowbarker 2024-07-18 18:40:32 +09:00

View File

@ -9,7 +9,6 @@ if [ "$#" -eq "0" ]; then
mapfile -t files < <(
git ls-files -- \
'*.sh' \
':!:Toolchain' \
':!:Ports' \
':!:Userland/Shell/Tests' \
':!:Base/home/anon/tests'