logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Validate Git Commit Messages - Style Linter | Online Free DevTools by Hexmos

Validate git commit messages with Gitlint, a powerful style linter. Improve code quality and collaboration with consistent commit messages. Free online tool, no registration required.

gitlint

Git commit message linter checks your commit messages for style. More information: https://jorisroovers.com/gitlint/.

  • Check the last commit message:

gitlint

  • The range of commits to lint:

gitlint --commits {{single_refspec_argument}}

  • Path to a directory or Python module with extra user-defined rules:

gitlint --extra-path {{path/to/directory}}

  • Start a specific CI job:

gitlint --target {{path/to/target_directory}}

  • Path to a file containing a commit-msg:

gitlint --msg-filename {{path/to/filename}}

  • Read staged commit meta-info from the local repository:

gitlint --staged

See Also