chore: relax commit message header length limit to 250 characters

This commit is contained in:
2026-02-04 18:43:12 +01:00
parent 22cd20e639
commit 3f78a5c347
2 changed files with 26 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
const config = {
extends: ["@commitlint/config-conventional"],
rules: {
"header-max-length": [2, "always", 150],
"header-max-length": [2, "always", 250],
"subject-case": [0],
"subject-full-stop": [0],
},