1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:04:59 +00:00

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

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'