Lower the radon threshold for CodeClimate

Lower to 'D' which is cyclomatic complexity "moderate" or above.

More info on grading: http://radon.readthedocs.io/en/latest/commandline.html
This commit is contained in:
Mike Place 2017-10-09 11:31:54 -06:00
parent 80d258be0c
commit b8507c90ec
No known key found for this signature in database
GPG key ID: 9136F4F13705CFD3

View file

@ -1,5 +1,11 @@
languages:
Ruby: false
JavaScript: false
Python: true
PHP: false
Ruby: false
JavaScript: false
Python: true
PHP: false
engines:
radon:
enabled: true
config:
threshold: "D"