mit_commit_message_lints/lints/
mod.rs

1//! Interactions with the lints config
2
3pub use cmd::{read_from_toml_or_else_vcs, set_status};
4
5mod cmd;