git-mit-config 6.0.11

A command for enabling and disabling git lints
1
2
3
4
5
6
7
8
9
10
11
12
pub mod author_example;
pub mod author_generate;
pub mod author_set;
pub mod lint_available;
pub mod lint_disable;
pub mod lint_enable;
pub mod lint_enabled;
pub mod lint_generate;
pub mod lint_status;
pub mod non_clean_behaviour;
pub mod non_clean_behaviour_set;
pub mod relates_to_template;