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

Latest commit

 

History

History
55 lines (40 loc) · 2.1 KB

RadonBear.rst

File metadata and controls

55 lines (40 loc) · 2.1 KB

Uses radon to compute complexity of a given file.

  • Python
  • Python 2
  • Python 3

Settings

Setting Meaning
radon_ranks_info The ranks (given by radon) to treat as severity INFO. (Optional, defaults to '()'.)
radon_ranks_major The ranks (given by radon) to treat as severity MAJOR. (Optional, defaults to '('E', 'F')'.)
radon_ranks_normal The ranks (given by radon) to treat as severity NORMAL. (Optional, defaults to '('C', 'D')'.)

Dependencies

  • pip - radon

Can Detect

  • Complexity

License

AGPL-3.0

Authors