mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
actions: Add zerver/actions directory.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit dd8b1aaba6)
This commit is contained in:
committed by
Tim Abbott
parent
051f1c3120
commit
ea9ba8b24c
@@ -374,7 +374,7 @@ python_rules = RuleList(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pattern": "get_stream[(]",
|
"pattern": "get_stream[(]",
|
||||||
"include_only": {"zerver/views/", "zerver/lib/actions.py"},
|
"include_only": {"zerver/views/", "zerver/actions/", "zerver/lib/actions.py"},
|
||||||
"exclude_line": {
|
"exclude_line": {
|
||||||
# This one in check_message is kinda terrible, since it's
|
# This one in check_message is kinda terrible, since it's
|
||||||
# how most instances are written, but better to exclude something than nothing
|
# how most instances are written, but better to exclude something than nothing
|
||||||
|
|||||||
0
zerver/actions/__init__.py
Normal file
0
zerver/actions/__init__.py
Normal file
Reference in New Issue
Block a user