mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +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
 | 
					    enabled: true
 | 
				
			||||||
  phpmd:
 | 
					  phpmd:
 | 
				
			||||||
    enabled: true
 | 
					    enabled: true
 | 
				
			||||||
 | 
					    checks:
 | 
				
			||||||
 | 
					        CleanCode/StaticAccess:
 | 
				
			||||||
 | 
					            enabled: false
 | 
				
			||||||
ratings:
 | 
					ratings:
 | 
				
			||||||
  paths:
 | 
					  paths:
 | 
				
			||||||
  - "**.js"
 | 
					  - "**.js"
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user