Skip to content

Commit 8d4b791

Browse files
committed
build: remove git validation from default vscode settings (#31310)
Removes the validations for git messages that were introduced at some point. It seems like having these in the project overrides the user settings and is annoying for some team members. If somebody wants to run these validations, they can add them to their own vscode settings. (cherry picked from commit d91374b)
1 parent 476577f commit 8d4b791

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.vscode/settings.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"**/bazel-out": true,
1212
"**/dist": true
1313
},
14-
"git.ignoreLimitWarning": true,
1514
"[javascript]": {
1615
"editor.defaultFormatter": "esbenp.prettier-vscode",
1716
"editor.formatOnSave": true
@@ -24,8 +23,5 @@
2423
"editor.rulers": [100],
2524
"bazel.buildifierExecutable": "node_modules/.bin/buildifier",
2625
"bazel.buildifierFixOnFormat": true,
27-
"bazel.executable": "node_modules/.bin/bazel",
28-
"git.inputValidation": true,
29-
"git.inputValidationSubjectLength": 100,
30-
"git.inputValidationLength": 100
26+
"bazel.executable": "node_modules/.bin/bazel"
3127
}

0 commit comments

Comments
 (0)