mit-commit-message-lints 3.99.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
6
pub use lint::lint;
pub use set_status::set_status;
pub use set_status::Error as SetStatusError;

mod lint;
mod set_status;