diff --git a/.codeclimate.yml b/.codeclimate.yml index 75444b3..8f132b8 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,5 +1,14 @@ +version: "2" +checks: + method-complexity: + config: + threshold: 50 + method-lines: + config: + threshold: 100 plugins: eslint: enabled: true + channel: "eslint-4" config: config: .eslintrc \ No newline at end of file