diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2024-03-10 10:52:19 -0700 |
|---|---|---|
| committer | Radon Rosborough <radon@intuitiveexplanations.com> | 2024-03-10 10:52:19 -0700 |
| commit | b9ebda0e5043f087b2952c4becd1e84d1818cae2 (patch) | |
| tree | 213ccf34d1b39303eff2be1da60547cec9abe268 /scripts | |
| parent | 60cd6418f0b2ac2c10054ecd1601010787c37f73 (diff) | |
Allow long lines in unit testsalign-null-check
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/check-line-length.bash | 1 |
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 ) |
