19 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| 
								 | 
							
								engines:
							 | 
						||
| 
								 | 
							
								 duplication:
							 | 
						||
| 
								 | 
							
								   enabled: true
							 | 
						||
| 
								 | 
							
								   config:
							 | 
						||
| 
								 | 
							
								     languages:
							 | 
						||
| 
								 | 
							
								     - ruby
							 | 
						||
| 
								 | 
							
								     - javascript
							 | 
						||
| 
								 | 
							
								 rubocop:
							 | 
						||
| 
								 | 
							
								   enabled: true
							 | 
						||
| 
								 | 
							
								 eslint:
							 | 
						||
| 
								 | 
							
								   enabled: true
							 | 
						||
| 
								 | 
							
								ratings:
							 | 
						||
| 
								 | 
							
								 paths:
							 | 
						||
| 
								 | 
							
								 - "**.rb"
							 | 
						||
| 
								 | 
							
								 - "**.js"
							 | 
						||
| 
								 | 
							
								exclude_paths:
							 | 
						||
| 
								 | 
							
								- spec/
							 | 
						||
| 
								 | 
							
								- vendor/asset
							 |