vscode: update commit message validation line length

Adjusted per 8dbf9b876eef092c46dd129ba6d3cf932f1e074a ("check_formalities.sh: increase line length limits") from actions-shared-workflows repository [1]

[1] https://github.com/openwrt/actions-shared-workflows/commit/8dbf9b876eef092c46dd129ba6d3cf932f1e074a

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer
2026-06-28 21:37:27 +02:00
parent f8b5d93366
commit 2f565c0ab1
+2 -2
View File
@@ -5,6 +5,6 @@
"files.trimFinalNewlines": true,
"files.eol": "\n",
"git.inputValidation": true,
"git.inputValidationSubjectLength": 60,
"git.inputValidationLineLength": 75
"git.inputValidationSubjectLength": 80,
"git.inputValidationLineLength": 100
}