mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:24:58 +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
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