We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fcf1a0 commit cb3d61aCopy full SHA for cb3d61a
static/schema/schema.v2.json
@@ -478,6 +478,19 @@
478
"default": {},
479
"description": "golangci-lint is a fast linters runner for Go."
480
},
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
494
"gitleaks": {
495
"type": "object",
496
"properties": {
0 commit comments