From 2f565c0ab14916dc845e8b7f6c26190340870705 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sun, 28 Jun 2026 21:37:27 +0200 Subject: [PATCH] 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 --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index dbebacf32e..1d823c8cec 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 }