Skip to content

Description Max Length

  • Default:
    • Level: ignore

In this page, we will use the following commit message as an example.

rules:
description-max-length:
level: error
length: 12

❌ Bad

Terminal window
feat(cli): add new flag for brand new feature

✅ Good

Terminal window
feat(cli): add help flag

Example

Description length should be less than or equal to 72

rules:
description-max-length:
level: error
length: 72