From 17e2c168361ddaff416ec0520285e35cfe884f9c Mon Sep 17 00:00:00 2001 From: SilverFire - Dmitry Naumenko Date: Thu, 1 Dec 2016 11:19:23 +0200 Subject: [PATCH] Disabled StaticAccess check in codeclimate.yml We use Yii::whatever through all the code so this check does not make sense in Yii project --- .codeclimate.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 8b519c7e16..614dd1ae2f 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -12,6 +12,9 @@ engines: enabled: true phpmd: enabled: true + checks: + CleanCode/StaticAccess: + enabled: false ratings: paths: - "**.js"