Merge pull request #1581 from MikeMcQuaid/rubocop-exclude-vendor
rubocop: exclude more files.
This commit is contained in:
		
						commit
						84b3c57086
					
				@ -1,7 +1,10 @@
 | 
			
		||||
AllCops:
 | 
			
		||||
  TargetRubyVersion: 2.0
 | 
			
		||||
  Exclude:
 | 
			
		||||
    - '**/Rakefile'
 | 
			
		||||
    - '**/.*'
 | 
			
		||||
    - '**/Casks/**/*'
 | 
			
		||||
    - '**/vendor/**/*'
 | 
			
		||||
 | 
			
		||||
Metrics/AbcSize:
 | 
			
		||||
  Enabled: false
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user