Skip to content

Commit 422a6cb

Browse files
committed
build: remove git validation from default vscode settings
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.
1 parent 3aece5d commit 422a6cb

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)