mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user