X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=cfg.mk;h=2b4bcc8de18bf350b47029f3395b4df549a0dd4a;hb=cd7b0a9813277c007918335dcb7554ec3dab0cf9;hp=b4e41715c27825150b89bb6797807abcb136a084;hpb=7f45e1ae3741d0e03657c0c883e9b6cd1591f87c;p=gnulib.git diff --git a/cfg.mk b/cfg.mk index b4e41715c..2b4bcc8de 100644 --- a/cfg.mk +++ b/cfg.mk @@ -23,17 +23,12 @@ local-checks-to-skip = \ sc_prohibit_always-defined_macros \ sc_prohibit_atoi_atof \ sc_prohibit_c_ctype_without_use \ - sc_prohibit_cloexec_without_use \ sc_prohibit_dirent_without_use \ - sc_prohibit_doubled_word \ sc_prohibit_error_without_use \ sc_prohibit_getopt_without_use \ - sc_prohibit_hash_pjw_without_use \ sc_prohibit_have_config_h \ - sc_prohibit_intprops_without_use \ sc_prohibit_inttostr_without_use \ sc_prohibit_magic_number_exit \ - sc_prohibit_openat_without_use \ sc_prohibit_path_max_allocation \ sc_prohibit_reversed_compare_failure \ sc_prohibit_safe_read_without_use \ @@ -49,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 @@ -57,3 +51,8 @@ local-checks-to-skip = \ empty-at-EOF = /fr/LC_MESSAGES/test-quotearg\.mo$$|^doc/INSTALL(\.(ISO|UTF-8))? exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \ ^modules/|^lib/javaversion\.class$$|$(empty-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)$$