Uses radon to compute complexity of a given file.
- Python
- Python 2
- Python 3
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')'.) |
pip
-radon
- Complexity
AGPL-3.0
- The coala developers ([email protected])