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
parent
c86bbf7458
commit
4be249028c
|
@ -39,5 +39,5 @@ cd "$root" && \
|
||||||
find lib/ tools/ test/ doc/ README* Makefile.am configure.ac *.js \
|
find lib/ tools/ test/ doc/ README* Makefile.am configure.ac *.js \
|
||||||
-type f -exec wc -L {} \; \
|
-type f -exec wc -L {} \; \
|
||||||
| hideignores \
|
| hideignores \
|
||||||
| grep -v '^\([0-7][0-9]\?\|80\?\) ' \
|
| grep -v '^\([0-6][0-9]\?\|7[0-6]\) ' \
|
||||||
|| exit 0
|
|| exit 0
|
||||||
|
|
Loading…
Reference in New Issue