mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 01:32:14 -05: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: https://github.com/SerenityOS/serenity/commit/21712ed0a3b 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…
Reference in a new issue