mit-commit-message-lints 6.0.11

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
11
12
13
//! Domain objects for author options

pub(crate) mod author;
pub(crate) mod author_state;
#[cfg(test)]
mod author_state_test;
#[cfg(test)]
pub(crate) mod author_test;
pub(crate) mod authors;
#[cfg(test)]
mod authors_test;
mod errors;
pub mod non_clean_behaviour;