Tweak codeclimate settings for less noise

This commit is contained in:
Daniel A. Wozniak 2019-04-29 17:49:22 +00:00 committed by Pedro Algarvio
parent 5bb7869adc
commit c58af57bc0
No known key found for this signature in database
GPG Key ID: BB36BF6584A298FF

View File

@ -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