mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Meta: Ignore the LibJS test runner script when linting
Making this work in the absence of bash is more cumbersome than simply skipping it at the moment.
This commit is contained in:
parent
fefc2665d6
commit
faa3bf195a
Notes:
sideshowbarker
2024-07-19 08:07:50 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/faa3bf195a1
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ 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…
Reference in a new issue