From 2a89bf33d51d1d12b7f752bd7db306a73700248a Mon Sep 17 00:00:00 2001 From: Splines <37160523+Splines@users.noreply.github.com> Date: Thu, 11 Jan 2024 19:05:36 +0100 Subject: [PATCH] Warn about too long GitHub commit messages (#586) --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 21983ff1e..24b00c4b5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -79,6 +79,12 @@ } ], ////////////////////////////////////// + // Git + ////////////////////////////////////// + "git.inputValidation": "warn", + "git.inputValidationSubjectLength": 50, + "git.inputValidationLength": 72, + ////////////////////////////////////// // Spell Checker ////////////////////////////////////// "cSpell.words": [