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
7
8
9
10
pub use self::config::read_toml;
pub use self::git2::Git2;
pub use self::in_memory::InMemory;
pub use self::vcs::Error;
pub use self::vcs::Vcs;

mod config;
mod git2;
mod in_memory;
mod vcs;