Searched refs:options_spec (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/scripts/gitlint/ |
D | zephyr_commit_rules.py | 28 … options_spec = [IntOption('min-line-count', 1, "Minimum body line count excluding Signed-off-by")] variable in BodyMinLineCount 46 options_spec = [IntOption('max-line-count', 200, "Maximum body line count")] variable in BodyMaxLineCount 81 options_spec = [IntOption('line-length', 75, "Max line length")] variable in TitleMaxLengthRevert 93 options_spec = [StrOption('regex', ".*", "Regex the title should match")] variable in TitleStartsWithSubsystem 106 options_spec = [IntOption('line-length', 75, "Max line length")] variable in MaxLineLengthExceptions
|