diff --git a/.codeclimate.yml b/.codeclimate.yml index 28469e82..9bdd8e92 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,17 @@ +version: "2" +checks: + file-lines: + config: + threshold: 300 + method-complexity: + config: + threshold: 50 + method-count: + config: + threshold: 20 + method-lines: + config: + threshold: 100 engines: brakeman: enabled: true