mirror of https://github.com/zulip/zulip.git
lint: Add a few strings to capitalization linter.
My hope is that we'll be able to eliminate these strings from the UI altogether soon, but this is needed to keep CI passing for now.
This commit is contained in:
parent
bb83486509
commit
a3ca7ee1c7
|
@ -66,6 +66,8 @@ IGNORED_PHRASES = [
|
|||
r"images",
|
||||
r"enabled",
|
||||
r"disabled",
|
||||
r"be",
|
||||
r"^not be$",
|
||||
|
||||
# Fragments of larger strings
|
||||
(r'your subscriptions on your Streams page'),
|
||||
|
|
Loading…
Reference in New Issue