Closed
Description
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
- core
- format
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