Submitter | phabricator |
---|---|
Date | Oct. 16, 2017, 3:53 p.m. |
Message ID | <differential-rev-PHID-DREV-vjwtszvta6sonihxsqkv-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/25000/ |
State | Superseded |
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"),