commitlint is a tool designed to lint your commit messages according to the Conventional Commits standard for your pre-commit hook and GitHub Actions.
GNU General Public License v3.0
22
stars
9
forks
source link
Add quiet option for hiding the outputs #15
Closed
aj3sh closed 6 months ago
A CLI option
--quiet
or-q
that hides outputs (stdout and stderr). The CLI will only return with exit codes 0 and 1.