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

@ -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"