We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f253fb commit e9fa0c6Copy full SHA for e9fa0c6
src/api/json/catalog.json
@@ -4880,6 +4880,12 @@
4880
"fileMatch": ["*.resjson"],
4881
"url": "https://json.schemastore.org/resjson.json"
4882
},
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
+ },
4889
{
4890
"name": "Ruff",
4891
"description": "Ruff, a fast Python linter",
0 commit comments