mirror of https://github.com/zulip/zulip.git
tools: Add missing exclude to check-capitalization.
This tool needs improvement, but this fixes main failing CI.
This commit is contained in:
parent
5e8c8bfc0f
commit
a9d7a15ce2
|
@ -47,6 +47,9 @@ IGNORED_PHRASES = [
|
|||
r"BigBlueButton",
|
||||
# Code things
|
||||
r"\.zuliprc",
|
||||
# BeautifulSoup will remove <z-user> which is horribly confusing,
|
||||
# so we need more of the sentence.
|
||||
r"<z-user></z-user> will have the same role"
|
||||
# Things using "I"
|
||||
r"I understand",
|
||||
r"I'm",
|
||||
|
|
Loading…
Reference in New Issue