commitlint-rs 0.2.4

CLI tool to lint commits by Conventional Commits
Documentation
1
2
3
4
5
pub mod config;
pub mod git;
pub mod message;
pub mod result;
pub mod rule;