summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2022-07-02 15:45:53 -0700
committerJim Meyering <meyering@fb.com>2022-07-02 15:45:53 -0700
commit207f7590987712b7ec4fda68ba87b46a0ac4fd03 (patch)
tree1cb1ca2a3df7250a1318de45863f5c72b63a68bb
parent1bc68cb4d5ea80c2d8f626e059a57c2280d9d663 (diff)
downloadsed-207f7590987712b7ec4fda68ba87b46a0ac4fd03.tar.gz
maint: exempt doc/fdl.texi from long-line check
* cfg.mk (FILTER_LONG_LINES): Also exempt doc/fdl.texi.
-rw-r--r--cfg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index a1da9d6..9182d77 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -95,6 +95,7 @@ sc_prohibit_echo_minus_en:
LINE_LEN_MAX = 80
FILTER_LONG_LINES = \
/^[^:]*\.diff:[^:]*:@@ / d; \
+ \|^[^:]*doc/fdl.texi:| d; \
\|^[^:]*man/help2man:| d; \
\|^[^:]*tests/misc/sha[0-9]*sum.*\.pl[-:]| d; \
\|^[^:]*tests/pr/|{ \|^[^:]*tests/pr/pr-tests:| !d; };