@complexity-guard/darwin-arm64 0.3.0 → 0.5.0
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 +2 -0
- package/complexity-guard +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,6 +16,8 @@ npm install -g complexity-guard
|
|
|
16
16
|
- **Cognitive Complexity** — nesting-penalized readability score
|
|
17
17
|
- **Halstead Metrics** — vocabulary density, volume, difficulty, effort, estimated bugs
|
|
18
18
|
- **Structural Metrics** — function length, parameters, nesting depth, file length, exports
|
|
19
|
+
- **Health Score** — composite 0–100 score combining all metrics; enforce in CI with `--fail-health-below`
|
|
20
|
+
- **SARIF Output** — `--format sarif` generates SARIF 2.1.0 for GitHub Code Scanning inline PR annotations
|
|
19
21
|
|
|
20
22
|
## Links
|
|
21
23
|
|
package/complexity-guard
CHANGED
|
Binary file
|