Skip to content

Commit 01fb00b

Browse files
Update schema.v2.json
1 parent 785ce08 commit 01fb00b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

static/schema/schema.v2.json

+13
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,19 @@
549549
"additionalProperties": false,
550550
"default": {},
551551
"description": "ESLint is a static code analysis tool for JavaScript files."
552+
},
553+
"rubocop": {
554+
"type": "object",
555+
"properties": {
556+
"enabled": {
557+
"type": "boolean",
558+
"default": true,
559+
"description": "Enable Rubocop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter."
560+
}
561+
},
562+
"additionalProperties": false,
563+
"default": {},
564+
"description": "RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter."
552565
}
553566
},
554567
"additionalProperties": false,

0 commit comments

Comments
 (0)