mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
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:
parent
80d258be0c
commit
b8507c90ec
1 changed files with 10 additions and 4 deletions
|
@ -1,5 +1,11 @@
|
||||||
languages:
|
languages:
|
||||||
Ruby: false
|
Ruby: false
|
||||||
JavaScript: false
|
JavaScript: false
|
||||||
Python: true
|
Python: true
|
||||||
PHP: false
|
PHP: false
|
||||||
|
|
||||||
|
engines:
|
||||||
|
radon:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
threshold: "D"
|
||||||
|
|
Loading…
Add table
Reference in a new issue