浏览代码

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 年之前
父节点
当前提交
83dca542bb
共有 1 个文件被更改,包括 0 次插入1 次删除
  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'