comparison cfg.mk @ 16303:b21b4b8a7b66

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.
author Jim Meyering <meyering@redhat.com>
date Tue, 17 Jan 2012 18:48:21 +0100
parents 43fb268b5b29
children 5ad2d5fd1f23
comparison
equal deleted inserted replaced
16302:43fb268b5b29 16303:b21b4b8a7b66
42 sc_prohibit_xalloc_without_use \ 42 sc_prohibit_xalloc_without_use \
43 sc_require_config_h \ 43 sc_require_config_h \
44 sc_require_config_h_first \ 44 sc_require_config_h_first \
45 sc_space_tab \ 45 sc_space_tab \
46 sc_texinfo_acronym \ 46 sc_texinfo_acronym \
47 sc_trailing_blank \
48 sc_two_space_separator_in_usage \ 47 sc_two_space_separator_in_usage \
49 sc_unmarked_diagnostics \ 48 sc_unmarked_diagnostics \
50 sc_useless_cpp_parens 49 sc_useless_cpp_parens
51 50
52 empty-at-EOF = /fr/LC_MESSAGES/test-quotearg\.mo$$|^doc/INSTALL(\.(ISO|UTF-8))? 51 empty-at-EOF = /fr/LC_MESSAGES/test-quotearg\.mo$$|^doc/INSTALL(\.(ISO|UTF-8))?
53 exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \ 52 exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \
54 ^modules/|^lib/javaversion\.class$$|$(empty-at-EOF) 53 ^modules/|^lib/javaversion\.class$$|$(empty-at-EOF)
55 exclude_file_name_regexp--sc_prohibit_doubled_word = \ 54 exclude_file_name_regexp--sc_prohibit_doubled_word = \
56 ^(tests/test-init\.sh|lib/base(32|64)\.c)$$ 55 ^(tests/test-init\.sh|lib/base(32|64)\.c)$$
57 exclude_file_name_regexp--sc_prohibit_openat_without_use = ^lib/selinux-at\.c$$ 56 exclude_file_name_regexp--sc_prohibit_openat_without_use = ^lib/selinux-at\.c$$
57 exclude_file_name_regexp--sc_trailing_blank = \
58 ^(build-aux/texinfo\.tex|doc/Copyright/assign\.future\.manual)$$