Commit message linting within Magit?

This page summarizes the projects mentioned and recommended in the original post on /r/emacs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • commitlint

    📓 Lint commit messages

  • Can setup tools like Commitlint to add hooks that will reject a commit message if it is invalid, but if you format a commit message incorrectly it simply closes the commit buffer and returns to git status, meaning you have to retype out your commit message, which is obviously less than ideal.

  • cz-cli

    The commitizen command line utility. #BlackLivesMatter

  • Another potential solution is to possibly use a custom commit command that will open a shell in emacs and run something like cz-cli to create commit messages that adhere to things like the conventional commits format.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • conventional-commit.el

    Completion support for conventional commits

  • A tiny improvement, but still: https://github.com/akirak/conventional-commit.el

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts