Skip to content

Commit 2076b7a

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent b821475 commit 2076b7a

File tree

2 files changed

+52
-4
lines changed

2 files changed

+52
-4
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
129129
- [Dockerfile](#dockerfile)
130130
- [Embedded](#embedded)
131131
- [Embedded Ruby (a.k.a. ERB, eRuby)](#erb)
132+
- [Formatter](#formatter)
132133
- [Gherkin](#gherkin)
133134
- [HTML](#html)
134135
- [JSON](#json)
@@ -330,7 +331,7 @@ Also check out the sister project, [awesome-dynamic-analysis](https://github.com
330331

331332
- **flint++** :warning: — Cross-platform, zero-dependency port of flint, a lint program for C++ developed and used at Facebook.
332333

333-
- [Frama-C](https://www.frama-c.com)A sound and extensible static analyzer for C code.
334+
- [GCC](https://gcc.gnu.org/onlinedocs/gcc/Static-Analyzer-Options.html)The GCC compiler has static analysis capabilities since version 10. This option is only available if GCC was configured with analyzer support enabled. It can also output its diagnostics to a JSON file in the SARIF format (from v13).
334335

335336
- [Helix QAC](https://www.perforce.com/products/helix-qac) :copyright: — Enterprise-grade static analysis for embedded software. Supports MISRA, CERT, and AUTOSAR coding standards.
336337

@@ -1978,6 +1979,17 @@ Its technology helps developers automate testing, find bugs, and reduce manual l
19781979
- [htmlbeautifier](https://github.com/threedaymonk/htmlbeautifier) — A normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates.
19791980

19801981

1982+
<a name="formatter" />
1983+
<h2>Formatter</h2>
1984+
1985+
1986+
- [Neurolint-CLI](https://neurolint.dev) — Deterministic code transformation tool using AST parsing and rule-based transformations.
1987+
Automatically fixes 50+ issues including accessibility violations, hydration errors,
1988+
React 19/Next.js 16 migrations, and configuration updates. Features 5-step fail-safe
1989+
orchestration to ensure zero breaking changes. Specialized for React, Next.js, and TypeScript projects.
1990+
1991+
1992+
19811993
<a name="gherkin" />
19821994
<h2>Gherkin</h2>
19831995

data/api/tools.json

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7903,8 +7903,7 @@
79037903
"linter"
79047904
],
79057905
"languages": [
7906-
"c",
7907-
"cpp"
7906+
"c"
79087907
],
79097908
"other": [],
79107909
"licenses": [
@@ -8097,7 +8096,8 @@
80978096
"linter"
80988097
],
80998098
"languages": [
8100-
"c"
8099+
"c",
8100+
"cpp"
81018101
],
81028102
"other": [],
81038103
"licenses": [
@@ -12848,6 +12848,42 @@
1284812848
"demos": null,
1284912849
"wrapper": null
1285012850
},
12851+
"neurolint-cli": {
12852+
"name": "Neurolint-CLI",
12853+
"categories": [
12854+
"linter"
12855+
],
12856+
"languages": [],
12857+
"other": [
12858+
"formatter"
12859+
],
12860+
"licenses": [
12861+
"Apache-2.0"
12862+
],
12863+
"types": [
12864+
"cli"
12865+
],
12866+
"homepage": "https://neurolint.dev",
12867+
"source": "https://github.com/Alcatecablee/Neurolint-CLI",
12868+
"pricing": null,
12869+
"plans": null,
12870+
"description": "Deterministic code transformation tool using AST parsing and rule-based transformations. \nAutomatically fixes 50+ issues including accessibility violations, hydration errors, \nReact 19/Next.js 16 migrations, and configuration updates. Features 5-step fail-safe \norchestration to ensure zero breaking changes. Specialized for React, Next.js, and TypeScript projects.\n",
12871+
"discussion": null,
12872+
"deprecated": null,
12873+
"resources": [
12874+
{
12875+
"title": "CLI Documentation",
12876+
"url": "https://neurolint.dev"
12877+
},
12878+
{
12879+
"title": "GitHub Marketplace Action",
12880+
"url": "https://github.com/marketplace/actions/neurolint-deterministic-code-fixer"
12881+
}
12882+
],
12883+
"reviews": null,
12884+
"demos": null,
12885+
"wrapper": null
12886+
},
1285112887
"nimfmt": {
1285212888
"name": "nimfmt",
1285312889
"categories": [

0 commit comments

Comments
 (0)