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 use lint::Error as LintError;
pub use lint::Lint;
pub use lints::Error as LintsError;
pub use lints::Lints;
pub use problem::Problem;

mod lint;
mod lints;
mod problem;