tools: Add missing exclude to check-capitalization.

This tool needs improvement, but this fixes main failing CI.
This commit is contained in:
Tim Abbott 2022-03-18 16:41:10 -07:00
parent 5e8c8bfc0f
commit a9d7a15ce2
1 changed files with 3 additions and 0 deletions

View File

@ -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",