diff options
| author | Radon Rosborough <radon.neon@gmail.com> | 2022-01-05 15:35:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-05 15:35:12 -0800 |
| commit | 53f243b111b18f49d910d1501b5795a1ec045420 (patch) | |
| tree | 785538e39d04a00bc43507224f0ad6a4c89f297d /scripts/check-line-length.bash | |
| parent | 41fa1f70ee01cd2ab3ab90f6fe4c4fc0819c2f96 (diff) | |
Add formatter tests (#72)
Closes #24
Builds on #25 by @PrimaryCanary
Diffstat (limited to 'scripts/check-line-length.bash')
| -rwxr-xr-x | scripts/check-line-length.bash | 2 |
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 ) |
