mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
lint: Add some excludes to capitalization linter.
This commit is contained in:
@@ -95,6 +95,10 @@ IGNORED_PHRASES = [
|
|||||||
r'activation key',
|
r'activation key',
|
||||||
# this is used as a topic
|
# this is used as a topic
|
||||||
r'^hello$',
|
r'^hello$',
|
||||||
|
# These are used as example short names (e.g. an uncapitalized context):
|
||||||
|
r"^marketing$",
|
||||||
|
r"^cookie$",
|
||||||
|
r"^new_emoji$",
|
||||||
|
|
||||||
# TO CLEAN UP
|
# TO CLEAN UP
|
||||||
# Just want to avoid churning login.html right now
|
# Just want to avoid churning login.html right now
|
||||||
|
|||||||
Reference in New Issue
Block a user