aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-line-length.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/check-line-length.bash b/scripts/check-line-length.bash
index 52a419c..e464636 100755
--- a/scripts/check-line-length.bash
+++ b/scripts/check-line-length.bash
@@ -9,6 +9,7 @@ find=(
-name .log -prune -o
-path ./scripts/pnp-bin.js -prune -o
-path ./test/formatters -prune -o
+ -path ./test/unit -prune -o
-name "*.elc" -o
-type f -print
)