Skip to content

Commit 9923982

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 7f3060e commit 9923982

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

README.md

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

10931093
- **Churn** :warning: — A Project to give the churn file, class, and method for a project for a given checkin. Over time the tool adds up the history of churns to give the number of times a file, class, or method is changing during the life of a project.
10941094

1095+
- [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.
1096+
10951097
- [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.
10961098

10971099
- [ERB Lint](https://github.com/Shopify/erb-lint) — Lint your ERB or HTML files
@@ -2189,6 +2191,8 @@ but with the following improvements:
21892191
<h2>Rails</h2>
21902192

21912193

2194+
- [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.
2195+
21922196
- [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.
21932197

21942198

data/api/tools.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4986,6 +4986,35 @@
49864986
"demos": null,
49874987
"wrapper": null
49884988
},
4989+
"databaseconsistency": {
4990+
"name": "DatabaseConsistency",
4991+
"categories": [
4992+
"linter"
4993+
],
4994+
"languages": [
4995+
"ruby"
4996+
],
4997+
"other": [
4998+
"rails"
4999+
],
5000+
"licenses": [
5001+
"MIT License"
5002+
],
5003+
"types": [
5004+
"cli"
5005+
],
5006+
"homepage": "https://github.com/djezzzl/database_consistency",
5007+
"source": "https://github.com/djezzzl/database_consistency",
5008+
"pricing": null,
5009+
"plans": null,
5010+
"description": "The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.",
5011+
"discussion": null,
5012+
"deprecated": null,
5013+
"resources": null,
5014+
"reviews": null,
5015+
"demos": null,
5016+
"wrapper": null
5017+
},
49895018
"dataflow-framework": {
49905019
"name": "Dataflow Framework",
49915020
"categories": [

0 commit comments

Comments
 (0)