mirror of https://github.com/zulip/zulip.git
check-capitalization: Add a few exclude rules for new strings.
This commit is contained in:
parent
35b904b184
commit
f2173bc2a7
|
@ -118,6 +118,10 @@ IGNORED_PHRASES = [
|
||||||
# Used to refer custom time limits
|
# Used to refer custom time limits
|
||||||
r"\bN\b",
|
r"\bN\b",
|
||||||
|
|
||||||
|
r"group private messages with __recipient__",
|
||||||
|
r"private messages with __recipient__",
|
||||||
|
r"private messages with yourself",
|
||||||
|
|
||||||
# TO CLEAN UP
|
# TO CLEAN UP
|
||||||
# Just want to avoid churning login.html right now
|
# Just want to avoid churning login.html right now
|
||||||
r"or Choose a user",
|
r"or Choose a user",
|
||||||
|
|
Loading…
Reference in New Issue