Browse Source

Meta: We don't need to ignore run-tests in lint-shell-scripts.sh

Emanuele Torre 5 years ago
parent
commit
21712ed0a3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Meta/lint-shell-scripts.sh

+ 0 - 1
Meta/lint-shell-scripts.sh

@@ -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
         {