mirror of
https://https.git.savannah.gnu.org/git/grep.git
synced 2026-01-26 15:39:06 +00:00
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:
parent
c4485ac49a
commit
c0b45e4d78
9
cfg.mk
9
cfg.mk
@ -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)) \
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user