mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 00:25:22 +00:00
Tweak codeclimate settings for less noise
This commit is contained in:
parent
5bb7869adc
commit
c58af57bc0
@ -1,9 +1,16 @@
|
||||
version: "2"
|
||||
|
||||
languages:
|
||||
Ruby: false
|
||||
JavaScript: false
|
||||
Python: true
|
||||
PHP: false
|
||||
|
||||
exclude_patterns:
|
||||
- "*.js"
|
||||
- "*.rb"
|
||||
- "*.php"
|
||||
- "tests/"
|
||||
|
||||
plugins:
|
||||
radon:
|
||||
@ -16,8 +23,6 @@ plugins:
|
||||
checks:
|
||||
argument-count:
|
||||
enabled: false
|
||||
file-lines:
|
||||
enabled: false
|
||||
similar-code:
|
||||
config:
|
||||
threshold: 40
|
||||
|
Loading…
Reference in New Issue
Block a user