@complexity-guard/windows-x64 0.9.1 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/complexity-guard.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ npm install -g complexity-guard
|
|
|
18
18
|
- **Structural Metrics** — function length, parameters, nesting depth, file length, exports
|
|
19
19
|
- **Duplication Detection** — Rabin-Karp clone detection across files; enable with `--duplication`
|
|
20
20
|
- **Health Score** — composite 0–100 score combining all metrics; enforce in CI with `--fail-health-below`
|
|
21
|
-
- **Multi-threaded Parallel Analysis** —
|
|
21
|
+
- **Multi-threaded Parallel Analysis** — Analyzes files concurrently across all CPU cores by default; use `--threads N` to control thread count
|
|
22
22
|
- **SARIF Output** — `--format sarif` generates SARIF 2.1.0 for GitHub Code Scanning inline PR annotations
|
|
23
23
|
- **HTML Reports** — `--format html` generates a self-contained interactive report with dashboard, treemap, and sortable metric tables
|
|
24
24
|
|
package/complexity-guard.exe
CHANGED
|
Binary file
|