Open
Description
Expected Behavior
> git -c user.useConfigOnly=true commit --quiet --allow-empty-message --file -
✖ 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
Current Behavior
> git -c user.useConfigOnly=true commit --quiet --allow-empty-message --file -
⧗ input: featx: use commitlint instead of script
✖ 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
Affected packages
- cli
- core
- prompt
- config-angular
Possible Solution
made a option to show problems only, this is good for vscode or ci tools.
Context
No response