Skip to content

Commit 52dae0b

Browse files
chore: allow commit body lines of 200 characters
dependabot is limited in its capabilities
1 parent a7a7ebc commit 52dae0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.commitlintrc.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ rules:
1515
- perf
1616
- test
1717
- revert
18+
body-max-line-length:
19+
- 2
20+
- always
21+
- 200
1822
help: |
1923
**Possible types**:
2024
`chore`: Change build process, tooling or dependencies.

0 commit comments

Comments
 (0)