check-capitalization: Add a few exclude rules for new strings.

This commit is contained in:
Tim Abbott 2018-12-16 11:34:31 -08:00
parent 35b904b184
commit f2173bc2a7
1 changed files with 4 additions and 0 deletions

View File

@ -118,6 +118,10 @@ IGNORED_PHRASES = [
# Used to refer custom time limits
r"\bN\b",
r"group private messages with __recipient__",
r"private messages with __recipient__",
r"private messages with yourself",
# TO CLEAN UP
# Just want to avoid churning login.html right now
r"or Choose a user",