Skip to content

Commit f6e5572

Browse files
author
Simon Renoult
committed
docs: add note for halstead/cyclomatic support
1 parent c912adb commit f6e5572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ $ npx code-complexity <path-to-git-directory or URL>
5757

5858
## Notes
5959

60-
The Halstead metrics are a [collection of several metrics](https://en.wikipedia.org/wiki/Halstead_complexity_measures), we use the "volume" metric.
60+
- 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
6162

6263
## Output
6364

0 commit comments

Comments
 (0)