##// END OF EJS Templates
contrib: stop whining about whitespace around =...
Augie Fackler -
r43333:9bfd083b default
parent child Browse files
Show More
@@ -252,7 +252,6 b' commonpypats = ['
252 (r"[^_]_\([ \t\n]*(?:'[^']+'[ \t\n+]*)+%", "don't use % inside _()"),
252 (r"[^_]_\([ \t\n]*(?:'[^']+'[ \t\n+]*)+%", "don't use % inside _()"),
253 (r'(\w|\)),\w', "missing whitespace after ,"),
253 (r'(\w|\)),\w', "missing whitespace after ,"),
254 (r'(\w|\))[+/*\-<>]\w', "missing whitespace in expression"),
254 (r'(\w|\))[+/*\-<>]\w', "missing whitespace in expression"),
255 (r'^\s+(\w|\.)+=\w[^,()\n]*$', "missing whitespace in assignment"),
256 (r'\w\s=\s\s+\w', "gratuitous whitespace after ="),
255 (r'\w\s=\s\s+\w', "gratuitous whitespace after ="),
257 ((
256 ((
258 # a line ending with a colon, potentially with trailing comments
257 # a line ending with a colon, potentially with trailing comments
General Comments 0
You need to be logged in to leave comments. Login now