finalise NEWS.stable
[gnulib.git] / cfg.mk
diff --git a/cfg.mk b/cfg.mk
index e15333c..2b4bcc8 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -29,7 +29,6 @@ local-checks-to-skip =                        \
   sc_prohibit_have_config_h            \
   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    \
@@ -45,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 +53,6 @@ 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)$$