From cce453e41e26031f68051addafef0c58782f2ba1 Mon Sep 17 00:00:00 2001 From: Hasit Mistry Date: Mon, 17 Jun 2024 11:43:24 -0700 Subject: [PATCH] Update yamllint description in schema.v2.json --- static/schema/schema.v2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/schema/schema.v2.json b/static/schema/schema.v2.json index 485103ea..45f484fd 100644 --- a/static/schema/schema.v2.json +++ b/static/schema/schema.v2.json @@ -484,12 +484,12 @@ "enabled": { "type": "boolean", "default": true, - "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." } }, "additionalProperties": false, "default": {}, - "description": "Yamllint is a fast linters runner for yaml." + "description": "yamllint is a linter for YAML files." }, "gitleaks": { "type": "object",