Skip to content

Commit f056a53

Browse files
committed
Add a few more syntax-check exemptions
Signed-off-by: Daniel P. Berrange <[email protected]>
1 parent 8646341 commit f056a53

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cfg.mk

+4-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ exclude_file_name_regexp--sc_preprocessor_indentation = ^*/*.[ch]
136136

137137
exclude_file_name_regexp--sc_const_long_option = ^common/win/my_getopt-1.5/getopt.(3|txt)
138138

139-
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
139+
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
140140

141141
# XXX this should be removed & all cases fixde
142142
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
145145

146146
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
147147

148-
exclude_file_name_regexp--sc_trailing_blank = ^common/win/my_getopt-1.5/getopt.3
148+
exclude_file_name_regexp--sc_trailing_blank = ^common/win/my_getopt-1.5/getopt.3|docs/.*.odt
149149

150150
exclude_file_name_regexp--sc_unmarked_diagnostics = ^.*\.(c|py|h)
151+
152+
exclude_file_name_regexp--sc_prohibit_path_max_allocation = server/tests/test_display_base.c

0 commit comments

Comments
 (0)