diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2012-02-08 19:39:09 +0000 |
---|---|---|
committer | Daniel P. Berrange <berrange@redhat.com> | 2012-02-08 19:39:09 +0000 |
commit | ced6fec51891fdd7fc96aeec84832b97fc09d164 (patch) | |
tree | 69c153193e22f0b6f210fed7704d424d8296aa10 | |
parent | b0ba9e626a26ea843be43e26ee725a14736c4590 (diff) |
Don't do whitespace checks on icons
-rw-r--r-- | cfg.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -129,3 +129,6 @@ exclude_file_name_regexp--sc_preprocessor_indentation = ^*/*.[ch] exclude_file_name_regexp--sc_prohibit_strcmp = ^*/*.[ch] exclude_file_name_regexp--sc_require_config_h = ^plugin/ exclude_file_name_regexp--sc_require_config_h_first = ^plugin/ + +exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = ^icons/ +exclude_file_name_regexp--sc_trailing_blank = ^icons/ |