Home
last modified time | relevance | path

Searched refs:violation_message (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/scripts/gitlint/
Dzephyr_commit_rules.py82 violation_message = "Commit title exceeds max length ({0}>{1})" variable in TitleMaxLengthRevert
87 … return [RuleViolation(self.id, self.violation_message.format(len(line), max_length), line)]
98violation_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 MaxLineLengthExceptions
119 … return [RuleViolation(self.id, self.violation_message.format(len(line), max_length), line)]