Преглед изворни кода

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

Emanuele Torre пре 5 година
родитељ
комит
21712ed0a3
1 измењених фајлова са 0 додато и 1 уклоњено
  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
         {