Skip to content

feat: option to prevent output input again #4255

Open
@yoyoys

Description

@yoyoys

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions