From 83dca542bb3ca71a06ff2151acb83eb1207425d1 Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Tue, 4 May 2021 22:04:57 -0700 Subject: [PATCH] Meta: Enable linting of shell scripts under Toolchain Now that everything under Toolchain is shellcheck clean, remove it from the exception list. --- Meta/lint-shell-scripts.sh | 1 - 1 file changed, 1 deletion(-) 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'