0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.