diff options
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 ) |
