mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:04:59 +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
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…
Add table
Add a link
Reference in a new issue