commit_lint

Creator: coderz1093

Last updated:

0 purchases

commit_lint Image
commit_lint Images

Languages

Categories

Add to Cart

Description:

commit lint

Dart Commit Lint #
Note: This project is in active development stage and is not ready for any kind of usage! ⚠️⚠️⚠️⚠️⚠️
What is commit lint #
Commit lint checks if your commit messages meet the conventional commit format.
In general the pattern mostly looks like this:
type(scope?): subject #scope is optional; multiple scopes are supported (current delimiter options: "/", "\" and ",")
copied to clipboard
Real world examples can look like this:
chore: run tests on travis ci
copied to clipboard
fix(server): send cors headers
copied to clipboard
feat(blog): add comment section
copied to clipboard
Common types:

build
ci
chore
docs
feat
fix
perf
refactor
revert
style
test


Inspired by TS commitlint

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.