Skip to content

Commit ee9210e

Browse files
committed
ci(commitlint): consider commit body full stop as warning (#643)
1 parent 71aa633 commit ee9210e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.commitlintrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rules:
22
body-case: [2, always, sentence-case]
3-
body-full-stop: [2, always]
3+
body-full-stop: [1, always]
44
body-leading-blank: [2, always]
55
body-max-line-length: [2, always, 72]
66
footer-leading-blank: [2, always]

0 commit comments

Comments
 (0)