From: Josef Schlehofer Date: Sun, 28 Jun 2026 19:37:27 +0000 (+0200) Subject: vscode: update commit message validation line length X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2f565c0ab14916dc845e8b7f6c26190340870705;p=openwrt-packages.git 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 --- diff --git a/.vscode/settings.json b/.vscode/settings.json index dbebacf32..1d823c8ce 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 }