@complexity-guard/linux-x64
v0.6.0
Published
ComplexityGuard binary for Linux x64
Readme
@complexity-guard/linux-x64
This package contains the ComplexityGuard binary for Linux (x64).
Do not install directly
This package is automatically installed as a dependency of the main complexity-guard package. Install that instead:
npm install -g complexity-guardWhat ComplexityGuard Measures
- Cyclomatic Complexity — independent code paths (testability)
- Cognitive Complexity — nesting-penalized readability score
- Halstead Metrics — vocabulary density, volume, difficulty, effort, estimated bugs
- Structural Metrics — function length, parameters, nesting depth, file length, exports
- Health Score — composite 0–100 score combining all metrics; enforce in CI with
--fail-health-below - SARIF Output —
--format sarifgenerates SARIF 2.1.0 for GitHub Code Scanning inline PR annotations - HTML Reports —
--format htmlgenerates a self-contained interactive report with dashboard, treemap, and sortable metric tables
Links
License
MIT
