From c2c8e8511f0610831a917ef19f682bd03ef680e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 11 Oct 2018 19:27:18 -0400 Subject: [PATCH] change codeclimate config --- .codeclimate.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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