maint: fix new syntax-check errors

* po/POTFILES.in: Add lib/xbinary-io.c.
* cfg.mk (FILTER_LONG_LINES): Add TODO to the list of exempt files.
This commit is contained in:
Jim Meyering 2017-02-17 20:47:32 -08:00
parent c4485ac49a
commit c0b45e4d78
2 changed files with 6 additions and 4 deletions

9
cfg.mk
View File

@ -81,10 +81,11 @@ sc_prohibit_echo_minus_en:
# - tests involving long checksum lines, and
# - the 'pr' test cases.
LINE_LEN_MAX = 80
FILTER_LONG_LINES = \
/^[^:]*\.diff:[^:]*:@@ / d; \
\|^[^:]*man/help2man:| d; \
\|^[^:]*tests/misc/sha[0-9]*sum.*\.pl[-:]| d; \
FILTER_LONG_LINES = \
/^[^:]*\.diff:[^:]*:@@ / d; \
\|^[^:]*TODO:| d; \
\|^[^:]*man/help2man:| d; \
\|^[^:]*tests/misc/sha[0-9]*sum.*\.pl[-:]| d; \
\|^[^:]*tests/pr/|{ \|^[^:]*tests/pr/pr-tests:| !d; };
sc_long_lines:
@files=$$($(VC_LIST_EXCEPT)) \

View File

@ -22,6 +22,7 @@ lib/error.c
lib/getopt.c
lib/obstack.c
lib/openat-die.c
lib/xbinary-io.c
lib/quotearg.c
lib/regcomp.c
lib/version-etc.c