mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 13:02:24 +08:00
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:
@ -12,6 +12,9 @@ engines:
|
||||
enabled: true
|
||||
phpmd:
|
||||
enabled: true
|
||||
checks:
|
||||
CleanCode/StaticAccess:
|
||||
enabled: false
|
||||
ratings:
|
||||
paths:
|
||||
- "**.js"
|
||||
|
||||
Reference in New Issue
Block a user