config: increase commit header maximum length to 200 #789
config: increase commit header maximum length to 200 #789allenporter merged 2 commits intoPython-roborock:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Commitlint configuration to reduce lint failures from longer (AI-generated) commit titles by increasing the allowed commit header length.
Changes:
- Adds a
header-max-lengthrule set to200characters (error level). - Keeps the body max line length rule disabled, adjusting formatting to accommodate the new rule.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Potentially worth looking at adding extra tags as well that are handled properly for our versioning? i.e. 'input' as this commit was - fails. (Make sure you fix this one on merge) |
|
Ah the rule was the full stop. The tag was |
|
ah, config is also not one of the types. But yeah removing full stop req is good by me. |
Lash-L
left a comment
There was a problem hiding this comment.
Just make sure to change commit message on merge
Update commitlint configuration to increase the max length to 200 to reduce # of commitlint feailures by AI generated commit titles.