mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 01:30:20 +00:00
Merge pull request #43979 from cachedout/lower_radon
Lower the radon threshold for CodeClimate
This commit is contained in:
commit
fc931c64c9
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