Lines Matching +full:full +full:- +full:custom
4 # Rules and sections can be referenced by their full name or by id. For example
5 # section "[body-max-line-length]" could also be written as "[B1]". Full section names are
9 # Ignore body-max-line-length and body-hard-tab and rely on the custom
10 # OpenBMC-specific rule that covers both of these rules.
11 ignore=body-max-line-length,body-hard-tab
13 # verbosity should be a value between 1 and 3, the commandline -v flags take precedence over this
17 # ignore-merge-commits=true
18 # ignore-revert-commits=true
19 # ignore-fixup-commits=true
20 # ignore-squash-commits=true
23 # ignore-stdin=true
25 # Fetch additional meta-data from the local repository when manually passing a
26 # commit message to gitlint via stdin or --commit-msg. Disabled by default.
33 # fail-without-commits=true
40 # contrib=contrib-title-conventional-commits,CC1
42 # Set the extra-path where gitlint will search for user defined rules
44 # extra-path=examples/
46 # set the title line-length to 72
47 [title-max-length]
48 line-length=72
51 # "title-min-length" rule:
52 [title-min-length]
53 min-length=5
55 [title-must-not-contain-word]
56 # Comma-separated list of words that should not occur in the title. Matching is case
61 # [title-match-regex]
62 # python-style regex that the commit-msg title must match
64 # (e.g. title-must-not-contain-word).
65 # regex=^US[0-9]*
67 [body-max-line-length-with-exceptions]
68 line-length=72
70 #[body-min-length]
71 #min-length=100
73 [body-is-missing]
75 ignore-merge-commits=false
77 # [body-changed-file-mention]
82 # files=gitlint-core/gitlint/rules.py,README.md
84 # [body-match-regex]
85 # python-style regex that the commit-msg body must match.
86 # E.g. body must end in My-Commit-Tag: foo
87 # regex=My-Commit-Tag: foo$
89 # [author-valid-email]
90 # python-style regex that the commit author email address must match.
94 # [ignore-by-title]
99 # Ignore certain rules, you can reference them by their id or by their full name
101 # ignore=T1,body-min-length
103 # [ignore-by-body]
108 # Ignore certain rules, you can reference them by their id or by their full name
110 # ignore=T1,body-min-length
112 #[ignore-body-lines]
113 #regex=^Signed-off-by:
114 #ignore=body-max-line-length
116 # [ignore-by-author-name]
121 # Ignore certain rules, you can reference them by their id or by their full name
123 # ignore=T1,body-min-length
125 # This is a contrib rule - a community contributed rule. These are disabled by default.
126 # You need to explicitly enable them one-by-one by adding them to the "contrib" option
128 # [contrib-title-conventional-commits]
130 # types = bugfix,user-story,epic