7 Commits

Author SHA1 Message Date
247fc330f5 Disabled code lines check and methods count check for Codeclimate 2019-02-03 23:35:53 +03:00
5092c9666d Code Climate PHPMD settings (#13139)
* codeclimate phpmd rulesets

* PHPMD ruleset

* phpmd_ruleset moved

* Delete phpmd_ruleset.xml

* ruleset moved
2016-12-05 21:52:39 +01:00
ce9e6fd6f9 disable codeclimate complaining about else statements
encouraging early return is good, but this check complains about every
single else statement in the code.

see https://github.com/yiisoft/yii2/pull/13126#issuecomment-264653343
2016-12-03 19:43:39 +01:00
faea888652 update codeclimate rules to match yii style
follow up to #13121
2016-12-02 16:15:17 +01:00
fc0752f388 Disable Controversial/CamelCasePropertyName codeclimate check (#13121)
* Disable `Controversial/CamelCasePropertyName` codeclimate check

* Fix indentation
2016-12-02 15:56:49 +01:00
17e2c16836 Disabled StaticAccess check in codeclimate.yml
We use Yii::whatever through all the code so this check does not make sense in Yii project
2016-12-01 11:19:23 +02:00
6c8e72936d Add codeclimate config (#12452) 2016-09-04 00:44:58 +03:00