You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the message fails commitlint the resulting errors should be passed back into the prompt for consideration when regenerating.
e.g
# Lint from stdin
echo 'foo: bar' | commitlint
⧗ input: foo: bar
✖ type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
The text was updated successfully, but these errors were encountered:
Would be awesome if
coco
could incorporate any rules or validation enforced by commitlintIf the message fails
commitlint
the resulting errors should be passed back into the prompt for consideration when regenerating.e.g
The text was updated successfully, but these errors were encountered: