Lines Matching +full:merge +full:- +full:commit
2 # Zephyr-specific defaults are located in scripts/gitlint/zephyr_commit_rules.py
4 ignore=title-trailing-punctuation, T3, title-max-length, T1, body-hard-tab, B3, B1
5 # verbosity should be a value between 1 and 3, the commandline -v flags take precedence over this
7 # By default gitlint will ignore merge commits. Set to 'false' to disable.
8 ignore-merge-commits=false
9 ignore-revert-commits=false
10 ignore-fixup-commits=false
11 ignore-squash-commits=false
15 # Set the extra-path where gitlint will search for user defined rules
17 extra-path=scripts/gitlint
19 [title-max-length-no-revert]
20 # line-length=75
22 [body-min-line-count]
23 # min-line-count=1
25 [body-max-line-count]
26 # max-line-count=200
28 [title-starts-with-subsystem]
31 [title-must-not-contain-word]
32 # Comma-separated list of words that should not occur in the title. Matching is case
37 [title-match-regex]
39 # commit-msg title must be matched to.
41 # (e.g. title-must-not-contain-word).
42 #regex=^US[0-9]*
44 [max-line-length-with-exceptions]
45 # B1 = body-max-line-length
46 # line-length=75
48 [body-min-length]
49 min-length=3
51 [body-is-missing]
52 # Whether to ignore this rule on merge commits (which typically only have a title)
54 ignore-merge-commits=false
56 [body-changed-file-mention]
60 # it in the commit message.