mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 11:33:51 +00:00
Remove unuseful suspicious code lint check.
This commit is contained in:
@@ -132,10 +132,6 @@ js_rules = [
|
||||
'description': 'Missing space between else and {'},
|
||||
] + whitespace_rules
|
||||
python_rules = [
|
||||
{'pattern': "'[^']*'\s+\([^']*$",
|
||||
'description': "Suspicious code with quoting around function name"},
|
||||
{'pattern': '"[^"]*"\s+\([^"]*$',
|
||||
'description': "Suspicious code with quoting around function name"},
|
||||
{'pattern': '".*"%\([a-z_].*\)?$',
|
||||
'description': 'Missing space around "%"'},
|
||||
{'pattern': "'.*'%\([a-z_].*\)?$",
|
||||
|
||||
Reference in New Issue
Block a user