diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 00000000000..d4c73988a5d --- /dev/null +++ b/.codespellrc @@ -0,0 +1,2 @@ +[codespell] +ignore-words-list = ameba diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 474b546a531..04cdbd1cda0 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -2,6 +2,15 @@ "$schema": "https://www.schemastore.org/schema-catalog.json", "version": 1, "schemas": [ + { + "name": "Ameba", + "description": "Configuration file for Ameba, a Crystal linter and formatter", + "fileMatch": [".ameba.yml", ".ameba.*.yml"], + "url": "https://raw.githubusercontent.com/crystal-ameba/ameba/master/.ameba.yml.schema.json", + "versions": { + "1.7.0": "https://raw.githubusercontent.com/crystal-ameba/ameba/v1.7.0/.ameba.yml.schema.json" + } + }, { "name": "Context Passport", "description": "Tamper-evident record of an AI agent event: what the agent was asked, what it decided, and a SHA-256 chain linking it to the record before it",