diff options
-rwxr-xr-x | Meta/lint-shell-scripts.sh | 1 |
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 |