mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +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",
 | 
			
		||||
    # 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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user