mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
tools: Delete tagmessages script.
It was broken by commit aaedec1fdb which
moved it to tools/i18n without adjusting its relative path references,
and it contains a sketchy injectable os.system call that I’d like to
remove.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
5a1104f1b8
commit
3b257d10df
@@ -196,8 +196,7 @@ python_rules = RuleList(
|
||||
'zerver/tests/',
|
||||
'zerver/views/'}},
|
||||
{'pattern': 'msgid|MSGID',
|
||||
'exclude': {'tools/check-capitalization',
|
||||
'tools/i18n/tagmessages'},
|
||||
'exclude': {'tools/check-capitalization'},
|
||||
'description': 'Avoid using "msgid" as a variable name; use "message_id" instead.'},
|
||||
{'pattern': '^(?!#)@login_required',
|
||||
'description': '@login_required is unsupported; use @zulip_login_required',
|
||||
|
||||
Reference in New Issue
Block a user