diff options
author | Moises Lopez - https://www.vauxoo.com/ <moylop260@vauxoo.com> | 2016-05-09 03:56:34 -0500 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-05-09 11:56:34 +0300 |
commit | f34aac1b83889bdae058a447abbd2bd9a7c1996e (patch) | |
tree | 448f7e46863a919f1eccfe732c624b1e3aa48bf4 /tox.ini | |
parent | 5d71b2d487402ed8ed67ca6e5df1af5a640a706b (diff) | |
download | pylint-git-f34aac1b83889bdae058a447abbd2bd9a7c1996e.tar.gz |
Add check for mccabe complexity cyclomatic threshold (#877)
Add extension for checking mccabe complexity
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ deps = git+https://github.com/PyCQA/astroid@master coverage isort + mccabe setenv = COVERAGE_FILE = {toxinidir}/.coverage.{envname} |