Skip to content

Commit c470b86

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 4a76593 commit c470b86

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,8 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
10861086
<h2>Ruby</h2>
10871087

10881088

1089+
- [Active Record Doctor](https://github.com/gregnavis/active_record_doctor) — Identify database issues before they hit production.
1090+
10891091
- [brakeman](https://brakemanscanner.org) — A static analysis security vulnerability scanner for Ruby on Rails applications.
10901092

10911093
- [Bullet](https://github.com/flyerhzm/bullet) — Help to kill N+1 queries and unused eager loading.
@@ -1144,6 +1146,8 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
11441146

11451147
- **SandiMeter** :warning: — Static analysis tool for checking Ruby code for Sandi Metz' rules.
11461148

1149+
- [Skunk](https://github.com/fastruby/skunk) — A SkunkScore Calculator for Ruby Code -- Find the most complicated code without test coverage!
1150+
11471151
- [Sorbet](https://sorbet.org) — A fast, powerful type checker designed for Ruby.
11481152

11491153
- [Standard Ruby](https://github.com/testdouble/standard) — Ruby Style Guide, with linter & automatic code fixer
@@ -2195,12 +2199,16 @@ but with the following improvements:
21952199
<h2>Rails</h2>
21962200

21972201

2202+
- [Active Record Doctor](https://github.com/gregnavis/active_record_doctor) — Identify database issues before they hit production.
2203+
21982204
- [Bullet](https://github.com/flyerhzm/bullet) — Help to kill N+1 queries and unused eager loading.
21992205

22002206
- [DatabaseConsistency](https://github.com/djezzzl/database_consistency) — The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.
22012207

22022208
- [dawnscanner](https://github.com/thesp0nge/dawnscanner) — A static analysis security scanner for ruby written web applications. It supports Sinatra, Padrino and Ruby on Rails frameworks.
22032209

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

22052213
<a name="security" />
22062214
<h2>Security/SAST</h2>

data/api/tools.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,35 @@
8282
"demos": null,
8383
"wrapper": null
8484
},
85+
"active-record-doctor": {
86+
"name": "Active Record Doctor",
87+
"categories": [
88+
"linter"
89+
],
90+
"languages": [
91+
"ruby"
92+
],
93+
"other": [
94+
"rails"
95+
],
96+
"licenses": [
97+
"MIT License"
98+
],
99+
"types": [
100+
"cli"
101+
],
102+
"homepage": "https://github.com/gregnavis/active_record_doctor",
103+
"source": "https://github.com/gregnavis/active_record_doctor",
104+
"pricing": null,
105+
"plans": null,
106+
"description": "Identify database issues before they hit production.",
107+
"discussion": null,
108+
"deprecated": null,
109+
"resources": null,
110+
"reviews": null,
111+
"demos": null,
112+
"wrapper": null
113+
},
85114
"aether": {
86115
"name": "aether",
87116
"categories": [
@@ -18138,6 +18167,35 @@
1813818167
"demos": null,
1813918168
"wrapper": null
1814018169
},
18170+
"skunk": {
18171+
"name": "Skunk",
18172+
"categories": [
18173+
"linter"
18174+
],
18175+
"languages": [
18176+
"ruby"
18177+
],
18178+
"other": [
18179+
"rails"
18180+
],
18181+
"licenses": [
18182+
"MIT License"
18183+
],
18184+
"types": [
18185+
"cli"
18186+
],
18187+
"homepage": "https://github.com/fastruby/skunk",
18188+
"source": "https://github.com/fastruby/skunk",
18189+
"pricing": null,
18190+
"plans": null,
18191+
"description": "A SkunkScore Calculator for Ruby Code -- Find the most complicated code without test coverage!",
18192+
"discussion": null,
18193+
"deprecated": null,
18194+
"resources": null,
18195+
"reviews": null,
18196+
"demos": null,
18197+
"wrapper": null
18198+
},
1814118199
"sleek": {
1814218200
"name": "sleek",
1814318201
"categories": [

0 commit comments

Comments
 (0)