opensource-nepal / commitlint

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

feat(cli): added the quiet option in cli #37

Closed golesuman closed 6 months ago

golesuman commented 6 months ago

Description

Added --quiet option in cli

Related Issue

Fixes: #15

Type of Change

Please mark the appropriate option below to describe the type of change your pull request introduces:

Checklist

By submitting this pull request, I confirm that I have read and complied with the contribution guidelines of this project.

aj3sh commented 6 months ago

@golesuman, In addition, please squash your commits into a single commit and add Fixes #15 in the Related Issue section of the PR description.