diff options
author | Uri Lublin <uril@redhat.com> | 2013-07-17 01:49:15 +0300 |
---|---|---|
committer | Uri Lublin <uril@redhat.com> | 2013-07-17 01:59:32 +0300 |
commit | 118671c9a7e3f94a337b4e56bb13ba6143d317be (patch) | |
tree | b3659ae5b8c1a98c052a1e3b423c3415ca124583 /maint.mk | |
parent | d6092f11b69e84e5d088b9feabb972fad705b4f4 (diff) |
syntax-check: trailing whitespaces -- ignore binary files
Diffstat (limited to 'maint.mk')
-rw-r--r-- | maint.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -696,6 +696,8 @@ sc_require_test_exit_idiom: exit 1; } || :; \ fi +exclude_file_name_regexp--sc_trailing_blank = \.ico$$|\.bmp$$|\.odt$$ + sc_trailing_blank: @prohibit='[ ]$$' \ halt='found trailing blank(s)' \ |