mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
lint: Add some excludes to capitalization linter.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user