Skip to content

Commit

Permalink
Update schema.v2.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 5, 2024
1 parent 785ce08 commit 01fb00b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions static/schema/schema.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 01fb00b

Please sign in to comment.