Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
53 lines (35 loc) · 1.46 KB

JSComplexityBear.rst

File metadata and controls

53 lines (35 loc) · 1.46 KB

Calculates cyclomatic complexity using cr, the command line utility provided by the NodeJS module complexity-report.

  • JavaScript

Settings

Setting Meaning
cc_threshold Threshold value for cyclomatic complexity (Optional, defaults to '10'.)

Demo

asciicast

Dependencies

  • npm - complexity-report

Can Detect

  • Complexity

License

AGPL-3.0

Authors