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 năm trước cách đây
mục cha
commit
83dca542bb
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 < <(
     mapfile -t files < <(
         git ls-files -- \
         git ls-files -- \
             '*.sh' \
             '*.sh' \
-            ':!:Toolchain' \
             ':!:Ports' \
             ':!:Ports' \
             ':!:Userland/Shell/Tests' \
             ':!:Userland/Shell/Tests' \
             ':!:Base/home/anon/tests'
             ':!:Base/home/anon/tests'