diff --git a/.codeclimate.yml b/.codeclimate.yml index 32a42ef61..5ce6ca926 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -3,7 +3,7 @@ version: "2" checks: argument-count: config: - threshold: 4 + threshold: 7 complex-logic: config: threshold: 4 @@ -24,7 +24,7 @@ checks: threshold: 4 return-statements: config: - threshold: 4 + threshold: 5 similar-code: enabled: false plugins: