commitlint
commitlint copied to clipboard
feat: option to prevent output input again
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
- [x] 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
[...] this is good for vscode or ci tools
Can you elaborate how showing the message is an issue for vscode or ci tools? Thanks