Tweak codeclimate settings for less noise

This commit is contained in:
Daniel A. Wozniak 2019-04-29 17:49:22 +00:00
parent 9918def227
commit 9b2c3bd57e
No known key found for this signature in database
GPG Key ID: 166B9D2C06C82D61

View File

@ -1,5 +1,28 @@
version: "2"
languages:
Ruby: false
JavaScript: false
Python: true
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