Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/gitlint/
Dzephyr_commit_rules.py36 return [RuleViolation(self.id, message, line_nr=1)]
53 return [RuleViolation(self.id, message, line_nr=1)]
72 … return [RuleViolation(self.id, "Signed-off-by: must have a full name", line_nr=1)]
75 …turn [RuleViolation(self.id, "Commit message does not contain a 'Signed-off-by:' line", line_nr=1)]