mit-commit-message-lints 6.1.0

Check the correctness of a specific commit message. Designed to be used in tools providing commit-msg style hooks
Documentation
1
2
3
4
5
6
7
8
pub use read_lint_config::read_from_toml_or_else_vcs;
pub use set_status::set_status;

mod errors;
mod read_lint_config;
mod set_status;
#[cfg(test)]
mod set_status_test;