diff --git a/.codeclimate.yml b/.codeclimate.yml index ae81fae7..c546a4a7 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -9,6 +9,9 @@ checks: method-complexity: config: threshold: 8 + method-lines: + config: + threshold: 60 similar-code: enabled: false