This uses [gitlint] and is based on their linting rules with some minor config so it matches our style pretty well. [gitlint]: https://jorisroovers.com/gitlint/#configuration Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3980>
		
			
				
	
	
		
			13 lines
		
	
	
		
			186 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			186 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [title-max-length]
 | |
| line-length=100
 | |
| 
 | |
| [general]
 | |
| ignore=body-is-missing
 | |
| 
 | |
| [body-max-line-length]
 | |
| line-length=120
 | |
| 
 | |
| # Ensure every title starts with a prefix
 | |
| [title-match-regex]
 | |
| regex=^\w+:.*
 |