summaryrefslogtreecommitdiff
path: root/Meta
diff options
context:
space:
mode:
authorAnotherTest <ali.mpfard@gmail.com>2020-06-25 01:12:26 +0430
committerAndreas Kling <kling@serenityos.org>2020-07-05 15:43:14 +0200
commit2b80a45f82fa1203c1c2ab013c154116f6f2b2f6 (patch)
tree196ae7e2c719c54d9cf8e54d9f801406bc07e2ad /Meta
parent3a072332f451c640bcb1de028ec72f8c8f13015f (diff)
downloadserenity-2b80a45f82fa1203c1c2ab013c154116f6f2b2f6.zip
Meta: Do not run shellcheck on our Shell's scripts
Diffstat (limited to 'Meta')
-rwxr-xr-xMeta/lint-shell-scripts.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/lint-shell-scripts.sh b/Meta/lint-shell-scripts.sh
index 26495c2696..efc5263735 100755
--- a/Meta/lint-shell-scripts.sh
+++ b/Meta/lint-shell-scripts.sh
@@ -18,6 +18,7 @@ done < <(git ls-files -- \
'*.sh' \
':!:Toolchain' \
':!:Ports' \
+ ':!:Shell/Tests' \
)
if (( ${#ERRORS[@]} )); then