Skip to content

Commit

Permalink
Commit list
Browse files Browse the repository at this point in the history
  • Loading branch information
Analysis Tools Bot committed Mar 13, 2024
1 parent 5694297 commit 928f6de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 70 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
66 changes: 0 additions & 66 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 928f6de

Please sign in to comment.