Adding upstream version 0.13.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1805ece79d
commit
d8f166e6bb
167 changed files with 15302 additions and 0 deletions
8
qa/samples/user_rules/incorrect_linerule/my_line_rule.py
Normal file
8
qa/samples/user_rules/incorrect_linerule/my_line_rule.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from gitlint.rules import LineRule
|
||||
|
||||
|
||||
class MyUserLineRule(LineRule):
|
||||
id = "UC2"
|
||||
name = "my-line-rule"
|
||||
|
||||
# missing validate method, missing target attribute
|
Loading…
Add table
Add a link
Reference in a new issue