mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	This commit updates the line-length for commit message in gitlint to 72, as recommened in the documentation.
		
			
				
	
	
		
			14 lines
		
	
	
		
			238 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			238 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[general]
 | 
						|
ignore=title-trailing-punctuation, body-min-length, body-is-missing
 | 
						|
 | 
						|
extra-path=tools/lib/gitlint_rules.py
 | 
						|
 | 
						|
[title-match-regex]
 | 
						|
regex=^(.+:\ )?[A-Z].+\.$
 | 
						|
 | 
						|
[title-max-length]
 | 
						|
line-length=72
 | 
						|
 | 
						|
[body-max-line-length]
 | 
						|
line-length=76
 |