Disable CodeClimate duplication checks (#1943)
This commit is contained in:
		@@ -1,12 +1,6 @@
 | 
				
			|||||||
engines:
 | 
					engines:
 | 
				
			||||||
 duplication:
 | 
					 duplication:
 | 
				
			||||||
   enabled: true
 | 
					   enabled: false
 | 
				
			||||||
   exclude_paths:
 | 
					 | 
				
			||||||
     - app/assets/javascripts/components/locales/
 | 
					 | 
				
			||||||
   config:
 | 
					 | 
				
			||||||
     languages:
 | 
					 | 
				
			||||||
     - ruby
 | 
					 | 
				
			||||||
     - javascript
 | 
					 | 
				
			||||||
 rubocop:
 | 
					 rubocop:
 | 
				
			||||||
   enabled: true
 | 
					   enabled: true
 | 
				
			||||||
 eslint:
 | 
					 eslint:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user