We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75dc93b commit 2acbf36Copy full SHA for 2acbf36
static/schema/schema.v2.json
@@ -484,12 +484,12 @@
484
"enabled": {
485
"type": "boolean",
486
"default": true,
487
- "description": "Enable Yamllint | yamllint is a fast linters runner for yaml. | Enable yamllint integration."
+ "description": "Enable Yamllint | yamllint is a linter for YAML files. | Enable yamllint integration."
488
}
489
},
490
"additionalProperties": false,
491
"default": {},
492
- "description": "Yamllint is a fast linters runner for yaml."
+ "description": "yamllint is a linter for YAML files."
493
494
"gitleaks": {
495
"type": "object",
0 commit comments