Description Max Length
- Default:
- Level:
ignore
- Level:
In this page, we will use the following commit message as an example.
rules: description-max-length: level: error length: 12
❌ Bad
feat(cli): add new flag for brand new feature
✅ Good
feat(cli): add help flag
Example
Description length should be less than or equal to 72
rules: description-max-length: level: error length: 72