From 01fb00b3c72d007800a81c5924601822bca399f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:11:01 +0000 Subject: [PATCH] Update 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 e01cf4de..134b9e09 100644 --- a/static/schema/schema.v2.json +++ b/static/schema/schema.v2.json @@ -549,6 +549,19 @@ "additionalProperties": false, "default": {}, "description": "ESLint is a static code analysis tool for JavaScript files." + }, + "rubocop": { + "type": "object", + "properties": { + "enabled": { + "type": "boolean", + "default": true, + "description": "Enable Rubocop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter." + } + }, + "additionalProperties": false, + "default": {}, + "description": "RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter." } }, "additionalProperties": false,