mirror of
https://github.com/openwrt/packages.git
synced 2026-07-12 20:34:25 +04:00
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:
Vendored
+2
-2
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user