Skip to content

Commit e9fa0c6

Browse files
authored
Add Rubocop as a remote schema (SchemaStore#4807)
1 parent 3f253fb commit e9fa0c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4880,6 +4880,12 @@
48804880
"fileMatch": ["*.resjson"],
48814881
"url": "https://json.schemastore.org/resjson.json"
48824882
},
4883+
{
4884+
"name": "Rubocop",
4885+
"description": "A Ruby code style checker (linter) and formatter",
4886+
"fileMatch": ["*.rubocop.yml"],
4887+
"url": "https://www.rubyschema.org/rubocop.json"
4888+
},
48834889
{
48844890
"name": "Ruff",
48854891
"description": "Ruff, a fast Python linter",

0 commit comments

Comments
 (0)