Commit 176067f
committed
gitlint: Add regex to ignore some long lines.
This does not resolve issues for all previous commits where the B1 rule
of long lines in the body would fail, but will allow some obvious common
cases to pass.
Inspired by jorisroovers/gitlint#255, this should cover at least lines
starting with:
- http or https [where URLs can be long]
- Co-authored-by: [where emails/names can be long]
The downside to this rule is that the line numbering is apparently
offset, based on the gitlint documentation.
(https://jorisroovers.com/gitlint/latest/ignoring_commits/)1 parent 440a3fa commit 176067f
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
0 commit comments