mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
lint: Upgrade zulint and remove run-isort wrapper.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
08cbb718fa
commit
8a54dc43ce
@@ -715,7 +715,8 @@ markdown_rules = RuleList(
|
||||
|
||||
help_markdown_rules = RuleList(
|
||||
langs=['md'],
|
||||
rules=markdown_rules.rules + [
|
||||
rules=[
|
||||
*markdown_rules.rules,
|
||||
{'pattern': '[a-z][.][A-Z]',
|
||||
'description': "Likely missing space after end of sentence",
|
||||
'include_only': {'templates/zerver/help/'},
|
||||
|
||||
Reference in New Issue
Block a user