diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-05-04 22:04:57 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-05 21:26:37 +0200 |
commit | 83dca542bb3ca71a06ff2151acb83eb1207425d1 (patch) | |
tree | 28c81c0124acd4db55ef4d81870a875c45f2ad80 /Meta/lint-shell-scripts.sh | |
parent | 8b856bd5a12f0d9edbdea60916900fd3f7f40823 (diff) | |
download | serenity-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/lint-shell-scripts.sh')
-rwxr-xr-x | Meta/lint-shell-scripts.sh | 1 |
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' |