X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=cfg.mk;h=4321e64336be0a739201be36f8d371b7804ade8e;hb=aef5feaf109fa88968c9e1c78754e20386c4b96a;hp=b2dc613ea603f326f3e39357de421e699335d91a;hpb=d996119145a5b3accd5e8f34a6e1766942a30cbd;p=debian%2Fgzip diff --git a/cfg.mk b/cfg.mk index b2dc613..4321e64 100644 --- a/cfg.mk +++ b/cfg.mk @@ -22,16 +22,8 @@ local-checks-to-skip = \ sc_bindtextdomain \ sc_error_message_period \ sc_error_message_uppercase \ - sc_m4_quote_check \ - sc_obsolete_symbols \ sc_program_name \ - sc_prohibit_S_IS_definition \ - sc_prohibit_atoi_atof \ - sc_prohibit_stat_st_blocks \ - sc_space_tab \ - sc_texinfo_acronym \ - sc_useless_cpp_parens - + sc_texinfo_acronym # Tools used to bootstrap this package, used for "announcement". bootstrap-tools = autoconf,automake,gnulib @@ -75,6 +67,9 @@ exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = \ ^tests/hufts-segv\.gz$$ exclude_file_name_regexp--sc_prohibit_strcmp = ^gzip\.c$$ exclude_file_name_regexp--sc_prohibit_always-defined_macros = ^tailor\.h$$ +exclude_file_name_regexp--sc_prohibit_atoi_atof = ^(gzip|sample/sub)\.c$$ +exclude_file_name_regexp--sc_space_tab = ^lib/match\.c$$ +exclude_file_name_regexp--sc_useless_cpp_parens = ^(lib/match\.c|tailor\.h)$$ exclude_file_name_regexp--sc_prohibit_double_semicolon = ^lib/match\.c$$