mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
Meta: Do not run shellcheck on our Shell's scripts
This commit is contained in:
parent
3a072332f4
commit
2b80a45f82
Notes:
sideshowbarker
2024-07-19 05:08:30 +09:00
Author: https://github.com/alimpfard
Commit: 2b80a45f82
Pull-request: https://github.com/SerenityOS/serenity/pull/2542
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ done < <(git ls-files -- \
|
||||||
'*.sh' \
|
'*.sh' \
|
||||||
':!:Toolchain' \
|
':!:Toolchain' \
|
||||||
':!:Ports' \
|
':!:Ports' \
|
||||||
|
':!:Shell/Tests' \
|
||||||
)
|
)
|
||||||
|
|
||||||
if (( ${#ERRORS[@]} )); then
|
if (( ${#ERRORS[@]} )); then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue