aboutsummaryrefslogtreecommitdiff
path: root/scripts/check-line-length.bash
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check-line-length.bash')
-rwxr-xr-xscripts/check-line-length.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/check-line-length.bash b/scripts/check-line-length.bash
index c6a040d..3dd4cd1 100755
--- a/scripts/check-line-length.bash
+++ b/scripts/check-line-length.bash
@@ -6,6 +6,8 @@ set -o pipefail
find=(
find .
-name .git -prune -o
+ -name .log -prune -o
+ -path ./test/formatters -prune -o
-name "*.elc" -o
-type f -print
)