Enum mit_lint::Code [−][src]
#[repr(i32)]
pub enum Code {
Show 14 variants
InitialNotMatchedToAuthor,
UnparsableAuthorFile,
StaleAuthor,
DuplicatedTrailers,
PivotalTrackerIdMissing,
JiraIssueKeyMissing,
GitHubIdMissing,
SubjectNotSeparateFromBody,
SubjectLongerThan72Characters,
SubjectNotCapitalized,
SubjectEndsWithPeriod,
BodyWiderThan72Characters,
NotConventionalCommit,
NotEmojiLog,
}Expand description
Error codes for lints that have failed
Useful for exit codes and other user facing things
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Code
impl UnwindSafe for Code
Blanket Implementations
Mutably borrows from an owned value. Read more