diff options
Diffstat (limited to 'scripts/check-line-length.bash')
| -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 3dd4cd1..52a419c 100755 --- a/scripts/check-line-length.bash +++ b/scripts/check-line-length.bash @@ -7,6 +7,7 @@ find=( find . -name .git -prune -o -name .log -prune -o + -path ./scripts/pnp-bin.js -prune -o -path ./test/formatters -prune -o -name "*.elc" -o -type f -print |
