From 7e4c59143b82c8ae9354cbe31a0f6b907906c899 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 6 Jan 2018 15:04:41 +0100 Subject: [PATCH] tuning CodeClimate configuration --- .codeclimate.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index c26ff1e..3677459 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -4,6 +4,15 @@ checks: file-lines: config: threshold: 2000 + method-complexity: + config: + threshold: 550 + method-count: + config: + threshold: 50 + method-lines: + config: + threshold: 250 plugins: csslint: enabled: true @@ -40,6 +49,7 @@ plugins: enabled: true config: standard: "PSR1,PSR2,PHPCS,Zend" + ignore_warnings: true sonar-php: enabled: true config: