Skip to content

Commit 001a7e2

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent f321bee commit 001a7e2

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,8 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
11541154

11551155
- [Steep](https://github.com/soutaro/steep) — Gradual Typing for Ruby.
11561156

1157+
- [Traceroute](https://github.com/amatsuda/traceroute) — A Rake task gem that helps you find the unused routes and controller actions for your Rails 3+ app.
1158+
11571159

11581160
<a name="rust" />
11591161
<h2>Rust</h2>
@@ -2209,6 +2211,8 @@ but with the following improvements:
22092211

22102212
- [Skunk](https://github.com/fastruby/skunk) — A SkunkScore Calculator for Ruby Code -- Find the most complicated code without test coverage!
22112213

2214+
- [Traceroute](https://github.com/amatsuda/traceroute) — A Rake task gem that helps you find the unused routes and controller actions for your Rails 3+ app.
2215+
22122216

22132217
<a name="security" />
22142218
<h2>Security/SAST</h2>

data/api/tools.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20395,6 +20395,35 @@
2039520395
"demos": null,
2039620396
"wrapper": null
2039720397
},
20398+
"traceroute": {
20399+
"name": "Traceroute",
20400+
"categories": [
20401+
"linter"
20402+
],
20403+
"languages": [
20404+
"ruby"
20405+
],
20406+
"other": [
20407+
"rails"
20408+
],
20409+
"licenses": [
20410+
"MIT License"
20411+
],
20412+
"types": [
20413+
"cli"
20414+
],
20415+
"homepage": "https://github.com/amatsuda/traceroute",
20416+
"source": "https://github.com/amatsuda/traceroute",
20417+
"pricing": null,
20418+
"plans": null,
20419+
"description": "A Rake task gem that helps you find the unused routes and controller actions for your Rails 3+ app.",
20420+
"discussion": null,
20421+
"deprecated": null,
20422+
"resources": null,
20423+
"reviews": null,
20424+
"demos": null,
20425+
"wrapper": null
20426+
},
2039820427
"trivy": {
2039920428
"name": "trivy",
2040020429
"categories": [

0 commit comments

Comments
 (0)