summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-17 18:48:21 +0100
committerJim Meyering <meyering@redhat.com>2012-01-21 15:07:02 +0100
commitcefe1f0bed9ec60cae847185869af8da8b35078a (patch)
tree9fbc369adcf9e07bdaf5c5e2a45650b906296421 /cfg.mk
parent141e296490e776bb758ee88616dae79aed0b4006 (diff)
downloadgnulib-cefe1f0bed9ec60cae847185869af8da8b35078a.tar.gz
maint: enable sc_trailing_blank
* build-aux/pmccabe.css: Remove trailing blanks. * doc/acl-cygwin.txt: Likewise. * doc/gnu-oids.texi: Likewise * cfg.mk: Enable sc_trailing_blank. Exempt build-aux/texinfo.tex and doc/Copyright/assign.future.manual.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index f55066e896..2b4bcc8de1 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -44,7 +44,6 @@ local-checks-to-skip = \
sc_require_config_h_first \
sc_space_tab \
sc_texinfo_acronym \
- sc_trailing_blank \
sc_two_space_separator_in_usage \
sc_unmarked_diagnostics \
sc_useless_cpp_parens
@@ -55,3 +54,5 @@ exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \
exclude_file_name_regexp--sc_prohibit_doubled_word = \
^(tests/test-init\.sh|lib/base(32|64)\.c)$$
exclude_file_name_regexp--sc_prohibit_openat_without_use = ^lib/selinux-at\.c$$
+exclude_file_name_regexp--sc_trailing_blank = \
+ ^(build-aux/texinfo\.tex|doc/Copyright/assign\.future\.manual)$$