chore: rename
This commit is contained in:
6
src/chk.rs
Normal file
6
src/chk.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
pub trait CommitMsgCheck {
|
||||
fn check(&self, msg: &str) -> bool;
|
||||
|
||||
fn print_hint(&self);
|
||||
}
|
||||
Reference in New Issue
Block a user