mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
minor: Remove obsolete lint check.
Some code that we had a lint exception for got cleaned up in a recent commit.
This commit is contained in:
@@ -290,8 +290,6 @@ def build_custom_checkers(by_lang):
|
||||
{'pattern': 'get_stream[(]',
|
||||
'include_only': set(["zerver/views/", "zerver/lib/actions.py"]),
|
||||
'exclude_line': set([
|
||||
# This is a check for whether a stream rename is invalid because it already exists
|
||||
('zerver/lib/actions.py', 'get_stream(new_name, stream.realm)'),
|
||||
# This one in check_message is kinda terrible, since it's
|
||||
# how most instances are written, but better to exclude something than nothing
|
||||
('zerver/lib/actions.py', 'stream = get_stream(stream_name, realm)'),
|
||||
|
||||
Reference in New Issue
Block a user