From b9ebda0e5043f087b2952c4becd1e84d1818cae2 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 10 Mar 2024 10:52:19 -0700 Subject: Allow long lines in unit tests --- scripts/check-line-length.bash | 1 + 1 file changed, 1 insertion(+) 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 ) -- cgit v1.0