pub fn run_lint( commit: &String, config: &Config ) -> Result<ParsedCommit, SumiError>
Lints and parses the given commit message. Returns a ParsedCommit struct if the commit is valid, or an error message if it is not.
ParsedCommit