Merge pull request #43979 from cachedout/lower_radon

Lower the radon threshold for CodeClimate
This commit is contained in:
Mike Place 2017-10-09 11:40:20 -06:00 committed by GitHub
commit fc931c64c9

View file

@ -3,3 +3,9 @@ languages:
JavaScript: false
Python: true
PHP: false
engines:
radon:
enabled: true
config:
threshold: "D"