1
0
Fork 0

linechk script now checking against 76 lines

The rationale is to give room for three characters for line numbering, plus
one delimiting space, for a total of an 80-characer-wide terminal.
perfodd
Mike Gerwitz 2014-01-16 00:07:46 -05:00
parent c86bbf7458
commit 4be249028c
1 changed files with 1 additions and 1 deletions

View File

@ -39,5 +39,5 @@ cd "$root" && \
find lib/ tools/ test/ doc/ README* Makefile.am configure.ac *.js \
-type f -exec wc -L {} \; \
| hideignores \
| grep -v '^\([0-7][0-9]\?\|80\?\) ' \
| grep -v '^\([0-6][0-9]\?\|7[0-6]\) ' \
|| exit 0