Skip to content

Commit 934a52c

Browse files
committed
docs(about): add commit-check to the list of tools
1 parent 7bb1084 commit 934a52c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/about/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The first draft of this specification has been written in collaboration with som
3131
* [conventional-commits](https://github.com/ramsey/conventional-commits): A PHP library for creating and validating commit messages according to the Conventional Commits specification.
3232
* [sh-conventional-commits](https://github.com/joaobsjunior/sh-conventional-commits) A hook that locally validates commit messages, checking if they follow the conventional commit pattern. The project also includes a shell script for generating semantic versions through conventional commits.
3333
* [commitlint](https://github.com/conventional-changelog/commitlint): A linter to check that your commit messages meet the Conventional Commits format.
34+
* [commit-check](https://github.com/commit-check/commit-check): A tool that enforces standards for commit messages and branch names. It checks commit message, branch naming, committer name/email, commit signoff, imperative mood, and more. Available as CLI or pre-commit hook.
3435
* [gitlint](https://github.com/jorisroovers/gitlint): Git commit message linter written in Python, which can be configured to [enforce Conventional Commits format](https://jorisroovers.com/gitlint/contrib_rules/#ct1-contrib-title-conventional-commits).
3536
* [conform](https://github.com/autonomy/conform): a tool that can be used to enforce policies on git repositories, including Conventional Commits.
3637
* [detect-next-version](https://npmjs.com/package/detect-next-version): Parse, detect and get more metadata about given Conventional Commits.

0 commit comments

Comments
 (0)