syntax-check: Remove exclude rules of now compliant code

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
Frediano Ziglio 2019-04-26 12:04:58 +01:00
parent 7cbd70b931
commit 0dcb859c92

6
cfg.mk
View File

@ -132,8 +132,6 @@ sc_check_author_list:
# XXX some of these tools/ programs probably ought to bindtextdomain ?
exclude_file_name_regexp--sc_bindtextdomain = ^server/tests|common/region.c|tools/(bitmap_to_c.c|icon_to_c.c|reds_stat.c)
exclude_file_name_regexp--sc_preprocessor_indentation = ^*/*.[ch]
exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = docs/.*.odt|server/tests/base_test.ppm|docs/manual/images/.*.png
# XXX this should be removed & all cases fixed
@ -142,10 +140,6 @@ exclude_file_name_regexp--sc_prohibit_have_config_h = ^*/.*(c|cpp|h)
exclude_file_name_regexp--sc_unmarked_diagnostics = ^.*\.(c|py|h)
exclude_file_name_regexp--sc_prohibit_path_max_allocation = server/tests/test-display-base.c
exclude_file_name_regexp--sc_cast_of_argument_to_free = server/red-replay-qxl.c
exclude_file_name_regexp--sc_avoid_attribute_unused_in_header = server/stat.h
# this contains a VALGRIND_CHECK_RULES occurrence wrapped in @ which is expected