Skip to content
/ crisp Public

A linter for Git commit messages

License

Notifications You must be signed in to change notification settings

Weburz/crisp

Repository files navigation

Crisp: A Git Commit Message Linter

GitHub commit activity Discord GitHub License

Crisp is an opinionated linter for git-commit messages built on top of the Conventional Commits specifications. It is built in response to cater to certain requirements that commitlint could not fulfill our needs at Weburz.

NOTE: Crisp is still a WORK-IN-PROGRESS project and IS NOT recommended for usage in production environments yet!

Why Crisp Exists?

We built Crisp at Weburz due to limitations of commitlint which were hampering our development workflows. Hence, with Crisp, we expect to resolve some of those concerns and we hope others outside Weburz will be able to make some use of Crisp as well!

  1. Unopinionated nature of commitlint: When using commitlint for some of our projects we realised commitlint does not strictly adhere to its specifications! It is possible to share custom configurations as npm packages for everyone else to use. We believe a linter should be strict and opionionated, hence Crisp will strictly adhere to the Conventional Commits specs sheet!
  2. Dependency on Node.js: A minor concern for us when using commitlint was its dependency on Node.js for its runtime. We want our CLI tools to be lightweight and be shipped as executable binaries!
  3. Self-sufficient, lightweight and ease-to-use: With respect to the aforementioned pointers, commitlint can be time-consuming and (kind of) difficult to use with all its configuration options. We want to make it easier to use Crisp so that developers can focus on writing code instead of configuring (and debating about) a linter.

What Crisp isn't?

Crisp isn't;

  1. An enhancement of commitlint (even though it is based on its intended specs sheet).
  2. It will not have a functionality to comply with the idea of "shareable configurations".
  3. A clone of commitlint with a similar CLI UI/UX as documented here in the commitlint docs.

Usage and Distribution Rights

Crisp is licensed under a free and open-source license which makes it free to use, copy and distribute its source code as long as you adhere to the terms and conditions of the licensing terms. For more information on the licensing details, check out the LICENSE document.

About

A linter for Git commit messages

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Languages