salt/.codeclimate.yml
Mike Place b8507c90ec
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
2017-10-09 11:31:54 -06:00

11 lines
143 B
YAML

languages:
Ruby: false
JavaScript: false
Python: true
PHP: false
engines:
radon:
enabled: true
config:
threshold: "D"