commitlint icon indicating copy to clipboard operation
commitlint copied to clipboard

feat: option to prevent output input again

Open yoyoys opened this issue 11 months ago • 1 comments

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

yoyoys avatar Jan 20 '25 09:01 yoyoys

[...] this is good for vscode or ci tools

Can you elaborate how showing the message is an issue for vscode or ci tools? Thanks

escapedcat avatar Jan 20 '25 11:01 escapedcat