diff --git a/.codeclimate.yml b/.codeclimate.yml index 4872210..6ce95d2 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -6,6 +6,12 @@ checks: argument-count: config: threshold: 6 + method-count: + config: + threshold: 25 + method-length: + config: + threshold: 35 file-lines: config: threshold: 500