mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta: Enable linting of shell scripts under Toolchain
Now that everything under Toolchain is shellcheck clean, remove it from the exception list.
This commit is contained in:
parent
8b856bd5a1
commit
83dca542bb
Notes:
sideshowbarker
2024-07-18 18:40:32 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/83dca542bb3 Pull-request: https://github.com/SerenityOS/serenity/pull/6872 Issue: https://github.com/SerenityOS/serenity/issues/6772 Reviewed-by: https://github.com/bcoles ✅
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ if [ "$#" -eq "0" ]; then
|
|||
mapfile -t files < <(
|
||||
git ls-files -- \
|
||||
'*.sh' \
|
||||
':!:Toolchain' \
|
||||
':!:Ports' \
|
||||
':!:Userland/Shell/Tests' \
|
||||
':!:Base/home/anon/tests'
|
||||
|
|
Loading…
Reference in a new issue