diff --git a/.codeclimate.yml b/.codeclimate.yml index 81b8bd3c4c..b5165b6887 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,8 +1,16 @@ # Save as .codeclimate.yml (note leading .) in project root directory +version: "2" languages: Ruby: true JavaScript: true PHP: true +checks: + file-lines: + config: + threshold: 500 + method-lines: + config: + threshold: 50 exclude_paths: - "public/vendor/*" - "test/*" \ No newline at end of file