mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 17:20:19 +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:
|
||||
Ruby: false
|
||||
JavaScript: false
|
||||
Python: true
|
||||
PHP: false
|
||||
Ruby: false
|
||||
JavaScript: false
|
||||
Python: true
|
||||
PHP: false
|
||||
|
||||
engines:
|
||||
radon:
|
||||
enabled: true
|
||||
config:
|
||||
threshold: "D"
|
||||
|
|
Loading…
Add table
Reference in a new issue