]> git.99rst.org Git - openwrt-packages.git/commitdiff
vscode: update commit message validation line length
authorJosef Schlehofer <redacted>
Sun, 28 Jun 2026 19:37:27 +0000 (21:37 +0200)
committerJosef Schlehofer <redacted>
Sat, 4 Jul 2026 13:30:52 +0000 (15:30 +0200)
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 <redacted>
.vscode/settings.json

index dbebacf32ea718ee5a4276bbdd29bd3d62b331e6..1d823c8cec8e9b6baa2c2fd025136732b44a8b2f 100644 (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
 }
git clone https://git.99rst.org/PROJECT