mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 14:46:19 +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