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
const CONFIG_KEY_EXPIRES: &str = "mit.author.expires";

pub(crate) mod get_commit_coauthor_configuration;
pub(crate) mod get_config_authors;
pub(crate) mod set_commit_authors;
pub(crate) mod set_config_authors;

pub mod errors;
mod vcs;