mirror of https://github.com/zulip/zulip.git
lint: Add some excludes to capitalization linter.
This commit is contained in:
parent
895b5642f1
commit
335c383bbb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue