Searched refs:violation_message (Results 1 – 1 of 1) sorted by relevance
82 violation_message = "Commit title exceeds max length ({0}>{1})" variable in TitleMaxLengthRevert87 … return [RuleViolation(self.id, self.violation_message.format(len(line), max_length), line)]98 …violation_message = "Commit title does not follow [subsystem]: [subject] (and should not start wit…100 return [RuleViolation(self.id, violation_message, title)]107 violation_message = "Commit message body line exceeds max length ({0}>{1})" variable in MaxLineLengthExceptions119 … return [RuleViolation(self.id, self.violation_message.format(len(line), max_length), line)]