lint: Add some excludes to capitalization linter.

This commit is contained in:
Tim Abbott 2018-03-02 11:54:39 -08:00
parent 895b5642f1
commit 335c383bbb
1 changed files with 4 additions and 0 deletions

View File

@ -95,6 +95,10 @@ IGNORED_PHRASES = [
r'activation key',
# this is used as a topic
r'^hello$',
# These are used as example short names (e.g. an uncapitalized context):
r"^marketing$",
r"^cookie$",
r"^new_emoji$",
# TO CLEAN UP
# Just want to avoid churning login.html right now