@complexity-guard/linux-x64 0.3.0 → 0.4.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 CHANGED
@@ -16,6 +16,7 @@ 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`
19
20
 
20
21
  ## Links
21
22
 
package/complexity-guard CHANGED
Binary file
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Ben van de Sande",
5
5
  "email": "info@getlean.digital"
6
6
  },
7
- "version": "0.3.0",
7
+ "version": "0.4.0",
8
8
  "description": "ComplexityGuard binary for Linux x64",
9
9
  "os": [
10
10
  "linux"