diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2012-04-25 09:22:21 +0100 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2012-04-25 09:49:32 +0100 |
commit | f056a53b99623626723e977e2996d8d350bd3ea1 (patch) | |
tree | d9c5375c0d6b0e533e5e22668837873f58c4890f | |
parent | 8646341983be5b21e034701dcceb12ab3d09fe00 (diff) |
Add a few more syntax-check exemptions
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
-rw-r--r-- | cfg.mk | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -136,7 +136,7 @@ exclude_file_name_regexp--sc_preprocessor_indentation = ^*/*.[ch] exclude_file_name_regexp--sc_const_long_option = ^common/win/my_getopt-1.5/getopt.(3|txt) -exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = ^common/win/my_getopt-1.5/getopt.(3|txt)|client/windows/(spice.ico|sticky_alt.bmp)|client/tests/controller_test/build +exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = ^common/win/my_getopt-1.5/getopt.(3|txt)|client/windows/(spice.ico|sticky_alt.bmp)|client/tests/controller_test/build|docs/.*.odt|server/tests/base_test.ppm # XXX this should be removed & all cases fixde exclude_file_name_regexp--sc_prohibit_have_config_h = ^*/.*(c|cpp|h) @@ -145,6 +145,8 @@ exclude_file_name_regexp--sc_require_config_h = ^client/gui/.*\.(ttf|font)\.c|cl exclude_file_name_regexp--sc_require_config_h_first = ^client/gui/.*\.(ttf|font)\.c|client/gui/taharez.*\.c|client/x11/images/(alt_image|red_icon)\.c|common/win/my_getopt-1.5 -exclude_file_name_regexp--sc_trailing_blank = ^common/win/my_getopt-1.5/getopt.3 +exclude_file_name_regexp--sc_trailing_blank = ^common/win/my_getopt-1.5/getopt.3|docs/.*.odt 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 |