diff --git a/README.md b/README.md index a49f5da93d..98e5ecaaef 100644 --- a/README.md +++ b/README.md @@ -1484,10 +1484,6 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea - [RIPS](https://www.ripstech.com) :copyright: — A static source code analyser for vulnerabilities in PHP scripts. -- [Rome](https://rome.tools/) — Rome was a linter, compiler, bundler, and [more](https://rome.tools/#development-status) for JavaScript, TypeScript, JSON, HTML, Markdown, and CSS. It has since been succeeded by [biome](https://biomejs.dev/). - -- [Rome Formatter](https://rome.tools/blog/2022/04/05/rome-formatter-release) :warning: — A performant and fault-tolerant code formatter for JS/TS written in Rust. Superceded by [biome](https://biomejs.dev/). - - [Roslyn Analyzers](https://github.com/dotnet/roslyn-analyzers) — Roslyn-based implementation of FxCop analyzers. - [Roslyn Security Guard](https://security-code-scan.github.io) — Project that focuses on the identification of potential vulnerabilities such as SQL injection, cross-site scripting (XSS), CSRF, cryptography weaknesses, hardcoded passwords and many more. diff --git a/data/api/tools.json b/data/api/tools.json index 260f09d391..61e972a73d 100644 --- a/data/api/tools.json +++ b/data/api/tools.json @@ -15592,72 +15592,6 @@ "demos": null, "wrapper": null }, - "rome": { - "name": "Rome", - "categories": [ - "linter" - ], - "languages": [ - "javascript", - "typescript" - ], - "other": [ - "css", - "html", - "markdown" - ], - "licenses": [ - "MIT License" - ], - "types": [ - "cli" - ], - "homepage": "https://rome.tools/", - "source": "https://github.com/rome/tools", - "pricing": null, - "plans": null, - "description": "Rome was a linter, compiler, bundler, and [more](https://rome.tools/#development-status) for JavaScript, TypeScript, JSON, HTML, Markdown, and CSS. It has since been succeeded by [biome](https://biomejs.dev/).", - "discussion": null, - "deprecated": null, - "resources": null, - "reviews": null, - "demos": null, - "wrapper": null - }, - "rome-formatter": { - "name": "Rome Formatter", - "categories": [ - "formatter" - ], - "languages": [ - "javascript", - "typescript" - ], - "other": [], - "licenses": [ - "MIT License" - ], - "types": [ - "cli", - "ide-plugin" - ], - "homepage": "https://rome.tools/blog/2022/04/05/rome-formatter-release", - "source": "https://github.com/rome/tools/tree/main/crates/rome_js_formatter", - "pricing": null, - "plans": null, - "description": "A performant and fault-tolerant code formatter for JS/TS written in Rust. Superceded by [biome](https://biomejs.dev/).", - "discussion": null, - "deprecated": true, - "resources": [ - { - "title": "Visual Studio Code plugin", - "url": "https://marketplace.visualstudio.com/items?itemName=rome.rome" - } - ], - "reviews": null, - "demos": null, - "wrapper": null - }, "roodi": { "name": "Roodi", "categories": [