mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
Tweak codeclimate settings for less noise
This commit is contained in:
parent
9918def227
commit
9b2c3bd57e
@ -1,5 +1,28 @@
|
|||||||
|
version: "2"
|
||||||
|
|
||||||
languages:
|
languages:
|
||||||
Ruby: false
|
Ruby: false
|
||||||
JavaScript: false
|
JavaScript: false
|
||||||
Python: true
|
Python: true
|
||||||
PHP: false
|
PHP: false
|
||||||
|
|
||||||
|
exclude_patterns:
|
||||||
|
- "*.js"
|
||||||
|
- "*.rb"
|
||||||
|
- "*.php"
|
||||||
|
- "tests/"
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
radon:
|
||||||
|
enabled: true
|
||||||
|
exclude_patterns:
|
||||||
|
- "templates/"
|
||||||
|
config:
|
||||||
|
threshold: "D"
|
||||||
|
|
||||||
|
checks:
|
||||||
|
argument-count:
|
||||||
|
enabled: false
|
||||||
|
similar-code:
|
||||||
|
config:
|
||||||
|
threshold: 40
|
||||||
|
Loading…
Reference in New Issue
Block a user