mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			389 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			389 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # Save as .codeclimate.yml (note leading .) in project root directory
 | |
| version: "2"
 | |
| languages:
 | |
|   Ruby: false
 | |
|   JavaScript: true
 | |
|   PHP: false
 | |
| checks:
 | |
|   file-lines:
 | |
|     config:
 | |
|       threshold: 500
 | |
|   method-lines:
 | |
|     config:
 | |
|       threshold: 50
 | |
|   method-complexity:
 | |
|     config:
 | |
|       threshold: 10
 | |
|   similar-code:
 | |
|     config:
 | |
|       threshold: 65
 | |
| exclude_paths:
 | |
| - "public/vendor/*"
 | |
| - "test/*" |