summaryrefslogtreecommitdiff
path: root/Meta
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-05-04 22:04:57 -0700
committerAndreas Kling <kling@serenityos.org>2021-05-05 21:26:37 +0200
commit83dca542bb3ca71a06ff2151acb83eb1207425d1 (patch)
tree28c81c0124acd4db55ef4d81870a875c45f2ad80 /Meta
parent8b856bd5a12f0d9edbdea60916900fd3f7f40823 (diff)
downloadserenity-83dca542bb3ca71a06ff2151acb83eb1207425d1.zip
Meta: Enable linting of shell scripts under Toolchain
Now that everything under Toolchain is shellcheck clean, remove it from the exception list.
Diffstat (limited to 'Meta')
-rwxr-xr-xMeta/lint-shell-scripts.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/Meta/lint-shell-scripts.sh b/Meta/lint-shell-scripts.sh
index ce59f809b9..0966b3fc64 100755
--- a/Meta/lint-shell-scripts.sh
+++ b/Meta/lint-shell-scripts.sh
@@ -9,7 +9,6 @@ if [ "$#" -eq "0" ]; then
mapfile -t files < <(
git ls-files -- \
'*.sh' \
- ':!:Toolchain' \
':!:Ports' \
':!:Userland/Shell/Tests' \
':!:Base/home/anon/tests'