Submitter | phabricator |
---|---|
Date | Oct. 17, 2017, 11:47 a.m. |
Message ID | <d39af68ceda2eead488a51d61a2c901e@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/25081/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/contrib/check-code.py b/contrib/check-code.py --- a/contrib/check-code.py +++ b/contrib/check-code.py @@ -429,7 +429,6 @@ cpats = [ [ (r'//', "don't use //-style comments"), - (r'^ ', "don't use spaces to indent"), (r'\S\t', "don't use tabs except for indent"), (r'(\S[ \t]+|^[ \t]+)\n', "trailing whitespace"), (r'.{81}', "line too long"),