Commit bae56c3
authored
chore(commitlint): relax body+footer max-line-length to warn-at-200 (#5)
Default '@commitlint/config-conventional' enforces 100-char max on body
and footer lines as ERROR. This repeatedly trips Dependabot grouped
bumps (whose autobody includes Markdown links that exceed 100 chars)
and any propagated commit message that quotes URLs or paths.
New rule: warn (level 1) at 200 chars instead of error at 100. Keeps
some discipline against runaway lines without blocking merges on
unavoidable URL references in auto-generated bodies.
Header/subject length rules unchanged.
Co-authored-by: cloudingenium-automation[bot] <277329096+cloudingenium-automation[bot]@users.noreply.github.com>1 parent 33cb962 commit bae56c3
1 file changed
Lines changed: 35 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
8 | 22 | | |
9 | | - | |
10 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
11 | 42 | | |
12 | 43 | | |
13 | | - | |
| |||
0 commit comments