mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
tools: Add missing exclude to check-capitalization.
This tool needs improvement, but this fixes main failing CI.
This commit is contained in:
@@ -47,6 +47,9 @@ IGNORED_PHRASES = [
|
|||||||
r"BigBlueButton",
|
r"BigBlueButton",
|
||||||
# Code things
|
# Code things
|
||||||
r"\.zuliprc",
|
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"
|
# Things using "I"
|
||||||
r"I understand",
|
r"I understand",
|
||||||
r"I'm",
|
r"I'm",
|
||||||
|
|||||||
Reference in New Issue
Block a user