Skip to content

Commit 6e0f236

Browse files
committed
chore: commitlint max-line-length switch to warning
1 parent 961a86a commit 6e0f236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/commitlint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default {
22
extends: ["@commitlint/config-conventional"],
33
rules: {
4-
"body-max-line-length": [2, "always", 120],
4+
"body-max-line-length": [1, "always", 120],
55
},
66
ignores: [
77
(message) => {

0 commit comments

Comments
 (0)