Disabled StaticAccess check in codeclimate.yml

We use Yii::whatever through all the code so this check does not make sense in Yii project
This commit is contained in:
SilverFire - Dmitry Naumenko
2016-12-01 11:19:23 +02:00
parent 706fcec374
commit 17e2c16836

View File

@ -12,6 +12,9 @@ engines:
enabled: true enabled: true
phpmd: phpmd:
enabled: true enabled: true
checks:
CleanCode/StaticAccess:
enabled: false
ratings: ratings:
paths: paths:
- "**.js" - "**.js"