Skip to content

Commit 0fcb24c

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent ab533a9 commit 0fcb24c

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ Kani verifies:
12411241

12421242
- [sleek](https://github.com/nrempel/sleek) — Sleek is a CLI tool for formatting SQL. It helps you maintain a consistent style across your SQL code, enhancing readability and productivity. The heavy lifting is done by the sqlformat crate.
12431243

1244-
- [sqlcheck](https://github.com/jarulraj/sqlcheck) — Automatically identify anti-patterns in SQL queries.
1244+
- [sqlcheck](https://github.com/jarulraj/sqlcheck) :warning: — Automatically identify anti-patterns in SQL queries.
12451245

12461246
- [SQLFluff](https://www.sqlfluff.com/) — Multiple dialect SQL linter and formatter.
12471247

@@ -1453,6 +1453,8 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea
14531453

14541454
- [DeepSource](https://deepsource.com) :copyright: — In-depth static analysis to find issues in verticals of bug risks, security, anti-patterns, performance, documentation and style. Native integrations with GitHub, GitLab and Bitbucket. Less than 5% false positives.
14551455

1456+
- [deleaker](https://www.deleaker.com/) :copyright: — Deleaker is a memory leak detection tool for C++, .NET, and Delphi, integrating with Visual Studio, Qt Creator, and RAD Studio or running as a standalone application. It helps developers find and fix memory, GDI, and handle leaks efficiently.
1457+
14561458
- [Depends](https://github.com/multilang-depends/depends) — Analyses the comprehensive dependencies of code elements for Java, C/C++, Ruby.
14571459

14581460
- [DerScanner](https://derscanner.com/) :copyright: — Multi-language Static Application Security Testing (SAST) platform that detects critical vulnerabilities, including hardcoded secrets, weak cryptography, backdoors, SQL injections, insecure configurations, etc.

data/api/tools.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5175,6 +5175,37 @@
51755175
"demos": null,
51765176
"wrapper": null
51775177
},
5178+
"deleaker": {
5179+
"name": "deleaker",
5180+
"categories": [
5181+
"linter"
5182+
],
5183+
"languages": [
5184+
"dotnet",
5185+
"c",
5186+
"csharp",
5187+
"cpp",
5188+
"delphi"
5189+
],
5190+
"other": [],
5191+
"licenses": [
5192+
"proprietary"
5193+
],
5194+
"types": [
5195+
"service"
5196+
],
5197+
"homepage": "https://www.deleaker.com/",
5198+
"source": null,
5199+
"pricing": null,
5200+
"plans": null,
5201+
"description": "Deleaker is a memory leak detection tool for C++, .NET, and Delphi, integrating with Visual Studio, Qt Creator, and RAD Studio or running as a standalone application. It helps developers find and fix memory, GDI, and handle leaks efficiently.",
5202+
"discussion": null,
5203+
"deprecated": null,
5204+
"resources": null,
5205+
"reviews": null,
5206+
"demos": null,
5207+
"wrapper": null
5208+
},
51785209
"delphilint": {
51795210
"name": "DelphiLint",
51805211
"categories": [
@@ -18341,7 +18372,7 @@
1834118372
"plans": null,
1834218373
"description": "Automatically identify anti-patterns in SQL queries.",
1834318374
"discussion": null,
18344-
"deprecated": null,
18375+
"deprecated": true,
1834518376
"resources": [
1834618377
{
1834718378
"title": "SQLCheck: Automated Detection and Diagnosis of SQL Anti-Patterns",

0 commit comments

Comments
 (0)