Lines Matching full:ignore
9 # Ignore body-max-line-length and body-hard-tab and rely on the custom
11 ignore=body-max-line-length,body-hard-tab
16 # By default gitlint will ignore merge, revert, fixup and squash commits.
17 # ignore-merge-commits=true
18 # ignore-revert-commits=true
19 # ignore-fixup-commits=true
20 # ignore-squash-commits=true
22 # Ignore any data send to gitlint via stdin
23 # ignore-stdin=true
74 # Whether to ignore this rule on merge commits (which typically only have a title)
75 ignore-merge-commits=false
94 # [ignore-by-title]
95 # Ignore certain rules for commits of which the title matches a regex
99 # Ignore certain rules, you can reference them by their id or by their full name
100 # Use 'all' to ignore all rules
101 # ignore=T1,body-min-length
103 # [ignore-by-body]
104 # Ignore certain rules for commits of which the body has a line that matches a regex
108 # Ignore certain rules, you can reference them by their id or by their full name
109 # Use 'all' to ignore all rules
110 # ignore=T1,body-min-length
112 #[ignore-body-lines]
114 #ignore=body-max-line-length
116 # [ignore-by-author-name]
117 # Ignore certain rules for commits of which the author name matches a regex
121 # Ignore certain rules, you can reference them by their id or by their full name
122 # Use 'all' to ignore all rules
123 # ignore=T1,body-min-length