Skip to content

Commit

Permalink
Disabled StaticAccess check in codeclimate.yml
Browse files Browse the repository at this point in the history
We use Yii::whatever through all the code so this check does not make sense in Yii project
  • Loading branch information
SilverFire committed Dec 1, 2016
1 parent 706fcec commit 17e2c16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ engines:
enabled: true
phpmd:
enabled: true
checks:
CleanCode/StaticAccess:
enabled: false
ratings:
paths:
- "**.js"
Expand Down

0 comments on commit 17e2c16

Please sign in to comment.