forked from cybrespace/mastodon
		
	Create .codeclimate.yml
Created a .codeclimate.yml configuration file that will work with your existing configurations for ESLint and Rubocop.
This commit is contained in:
		
							parent
							
								
									a6e4f754fc
								
							
						
					
					
						commit
						e177ff305a
					
				
					 1 changed files with 18 additions and 0 deletions
				
			
		
							
								
								
									
										18
									
								
								.codeclimate.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								.codeclimate.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,18 @@
 | 
			
		|||
engines:
 | 
			
		||||
 duplication:
 | 
			
		||||
   enabled: true
 | 
			
		||||
   config:
 | 
			
		||||
     languages:
 | 
			
		||||
     - ruby
 | 
			
		||||
     - javascript
 | 
			
		||||
 rubocop:
 | 
			
		||||
   enabled: true
 | 
			
		||||
 eslint:
 | 
			
		||||
   enabled: true
 | 
			
		||||
ratings:
 | 
			
		||||
 paths:
 | 
			
		||||
 - "**.rb"
 | 
			
		||||
 - "**.js"
 | 
			
		||||
exclude_paths:
 | 
			
		||||
- spec/
 | 
			
		||||
- vendor/asset
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue