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" version: "2"
languages:
Ruby: false
JavaScript: false
Python: true
PHP: false
exclude_patterns: exclude_patterns:
- "*.js" - "*.js"
- "*.rb" - "*.rb"
- "*.php" - "*.php"
- "tests/"
plugins: plugins:
radon: radon:
@ -16,8 +23,6 @@ plugins:
checks: checks:
argument-count: argument-count:
enabled: false enabled: false
file-lines:
enabled: false
similar-code: similar-code:
config: config:
threshold: 40 threshold: 40