summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2017-02-03 16:15:49 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2017-02-03 16:16:30 +0100
commit820f3fc2b4e24dc44a43556a772074ef8812051a (patch)
tree15815c9009a7e9633e7ff7239f71f15b2279869b /cfg.mk
parentcc8464206da3989fe0d5a30f3484238e86502584 (diff)
downloadwget-820f3fc2b4e24dc44a43556a772074ef8812051a.tar.gz
* cfg.mk: Fix syntax-check
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 60e3b4c1..4b72f775 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,3 +1,6 @@
+# Explicit syntax-check exceptions.
+exclude_file_name_regexp--sc_trailing_blank = ^doc/annou.*$$
+
export VC_LIST_EXCEPT_DEFAULT=^(lib/.*|m4/.*|md5/.*|build-aux/.*|src/gettext\.h|.*ChangeLog)$$
local-checks-to-skip = \
@@ -21,6 +24,7 @@ local-checks-to-skip = \
sc_program_name \
sc_makefile_at_at_check \
sc_cast_of_argument_to_free \
+ sc_prohibit_undesirable_word_seq
#SHELL=bash -x
show-vc-list-except: