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
pub(crate) mod exit;
pub mod style;

pub use exit::initial_not_matched_to_author as exit_initial_not_matched_to_author;
pub use exit::lint_problem as exit_lint_problem;
pub use exit::stale_author as exit_stale_author;
pub use exit::unparsable_author as exit_unparsable_author;
pub use exit::Code as ExitCode;
pub use style::to_be_piped;