mit-commit-message-lints 6.0.1

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
//! Interactions with the lints config

pub use cmd::{read_from_toml_or_else_vcs, set_status};

mod cmd;