We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c912adb commit f6e5572Copy full SHA for f6e5572
README.md
@@ -57,7 +57,8 @@ $ npx code-complexity <path-to-git-directory or URL>
57
58
## Notes
59
60
-The Halstead metrics are a [collection of several metrics](https://en.wikipedia.org/wiki/Halstead_complexity_measures), we use the "volume" metric.
+- The Halstead metrics are a [collection of several metrics](https://en.wikipedia.org/wiki/Halstead_complexity_measures), we use the "volume" metric.
61
+- We only currently support Halstead and Cyclomatic for JavaScript and TypeScript
62
63
## Output
64
0 commit comments