Browse Source

Meta: Enable linting of shell scripts under Toolchain

Now that everything under Toolchain is shellcheck clean,
remove it from the exception list.
Brian Gianforcaro 4 years ago
parent
commit
83dca542bb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Meta/lint-shell-scripts.sh

+ 0 - 1
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'