mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Meta: We don't need to ignore run-tests in lint-shell-scripts.sh
This commit is contained in:
parent
6bbd0a18a1
commit
21712ed0a3
Notes:
sideshowbarker
2024-07-19 06:55:01 +09:00
Author: https://github.com/emanuele6
Commit: 21712ed0a3
Pull-request: https://github.com/SerenityOS/serenity/pull/2139
Reviewed-by: https://github.com/awesomekling
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ for f in $(find . -path ./Root -prune -o \
|
|||
-path ./Ports -prune -o \
|
||||
-path ./.git -prune -o \
|
||||
-path ./Toolchain -prune -o \
|
||||
-path ./Libraries/LibJS/Tests -prune -o \
|
||||
-type f | sort -u); do
|
||||
if file "$f" | grep --quiet shell; then
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue