From 21712ed0a3b357ce2d11ac6e36d0b052f8524269 Mon Sep 17 00:00:00 2001 From: Emanuele Torre Date: Thu, 7 May 2020 01:28:46 +0200 Subject: [PATCH] Meta: We don't need to ignore run-tests in lint-shell-scripts.sh --- Meta/lint-shell-scripts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Meta/lint-shell-scripts.sh b/Meta/lint-shell-scripts.sh index 963a43a692..ddb4ccf114 100755 --- a/Meta/lint-shell-scripts.sh +++ b/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 {