mit-commit-message-lints 6.4.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
//! Domain objects for author options

pub(crate) mod author;
pub(crate) mod author_state;
pub(crate) mod authors;
mod errors;
pub mod non_clean_behaviour;
pub mod rotation_option;