Expected Behavior
I'd like commitlint to only output text if there is a warning.
Current Behavior
commitlint always outputs two lines of text:
✔ found 0 problems, 0 warnings
(Need help? -> https://github.com/conventional-changelog/commitlint#what-is-commitlint )
Affected packages
Possible Solution
Perhaps provide a "quiet" formatter that produces less text output.
Context
We're introducing commitlint into our project to encourage devs to link to JIRA issues. We set the rule at "warning" level instead of "error". The goal is to remind developers to add the reference if it is missing.
However, when it outputs text of every commit, developers quickly learn to tune out the output altogether.
Your Environment
Running v7.5.2
Expected Behavior
I'd like
commitlintto only output text if there is a warning.Current Behavior
commitlintalways outputs two lines of text:Affected packages
Possible Solution
Perhaps provide a "quiet" formatter that produces less text output.
Context
We're introducing
commitlintinto our project to encourage devs to link to JIRA issues. We set the rule at "warning" level instead of "error". The goal is to remind developers to add the reference if it is missing.However, when it outputs text of every commit, developers quickly learn to tune out the output altogether.
Your Environment
Running v
7.5.2