From 80a6035473f115ed4baa832d2a57c3f0acd30508 Mon Sep 17 00:00:00 2001 From: Hasit Mistry Date: Mon, 17 Jun 2024 11:22:26 -0700 Subject: [PATCH] feat: Add yamllint integration to schema.v2.json --- static/schema/schema.v2.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/static/schema/schema.v2.json b/static/schema/schema.v2.json index 7ec8d834..485103ea 100644 --- a/static/schema/schema.v2.json +++ b/static/schema/schema.v2.json @@ -478,6 +478,19 @@ "default": {}, "description": "golangci-lint is a fast linters runner for Go." }, + "yamllint": { + "type": "object", + "properties": { + "enabled": { + "type": "boolean", + "default": true, + "description": "Enable Yamllint | yamllint is a fast linters runner for yaml. | Enable yamllint integration." + } + }, + "additionalProperties": false, + "default": {}, + "description": "Yamllint is a fast linters runner for yaml." + }, "gitleaks": { "type": "object", "properties": {