Skip to content

Commit cb3d61a

Browse files
authored
feat: Add yamllint integration to schema.v2.json (#50)
1 parent 9fcf1a0 commit cb3d61a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

static/schema/schema.v2.json

+13
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,19 @@
478478
"default": {},
479479
"description": "golangci-lint is a fast linters runner for Go."
480480
},
481+
"yamllint": {
482+
"type": "object",
483+
"properties": {
484+
"enabled": {
485+
"type": "boolean",
486+
"default": true,
487+
"description": "Enable Yamllint | yamllint is a fast linters runner for yaml. | Enable yamllint integration."
488+
}
489+
},
490+
"additionalProperties": false,
491+
"default": {},
492+
"description": "Yamllint is a fast linters runner for yaml."
493+
},
481494
"gitleaks": {
482495
"type": "object",
483496
"properties": {

0 commit comments

Comments
 (0)