mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 21:48:11 +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 < <(
|
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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue