opensource-nepal / commitlint

commitlint is a tool designed to lint your commit messages according to the Conventional Commits standard for your pre-commit hook and GitHub Actions.
GNU General Public License v3.0
22 stars 9 forks source link

Display specific error type during conventional commit validation mismatched #12

Closed aj3sh closed 8 months ago

aj3sh commented 10 months ago

The current validation only displays the error message: "Commit message does not follow conventional commits format." This message is challenging to understand as it does not pinpoint the exact error.

A more effective validation error could be provided, including specific details such as:

These errors will assist in identifying the specific issue during the validation process.