diff --git a/.codeclimate.yml b/.codeclimate.yml index 171bc4fd48c..f46fb1eb785 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,5 +1,28 @@ +version: "2" + languages: Ruby: false JavaScript: false Python: true - PHP: false \ No newline at end of file + 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