Ignore os cop in tap Formula/Cask folders
This commit is contained in:
		
							parent
							
								
									11cdffb4fe
								
							
						
					
					
						commit
						07ff122c8d
					
				@ -55,16 +55,14 @@ FormulaAudit:
 | 
			
		||||
FormulaAuditStrict:
 | 
			
		||||
  Enabled: true
 | 
			
		||||
 | 
			
		||||
Homebrew/MoveToExtendOS:
 | 
			
		||||
  Exclude:
 | 
			
		||||
    - "Homebrew/{extend,test,requirements}/**/*"
 | 
			
		||||
    - "Taps/**/*"
 | 
			
		||||
    - "Homebrew/os.rb"
 | 
			
		||||
 | 
			
		||||
# enable all Homebrew custom cops
 | 
			
		||||
Homebrew:
 | 
			
		||||
  Enabled: true
 | 
			
		||||
 | 
			
		||||
# only used internally
 | 
			
		||||
Homebrew/MoveToExtendOS:
 | 
			
		||||
  Enabled: false
 | 
			
		||||
 | 
			
		||||
# makes DSL usage ugly.
 | 
			
		||||
Layout/SpaceBeforeBrackets:
 | 
			
		||||
  Exclude:
 | 
			
		||||
 | 
			
		||||
@ -2,6 +2,12 @@ inherit_from:
 | 
			
		||||
  - ../.rubocop_rspec.yml
 | 
			
		||||
  - .rubocop_todo.yml
 | 
			
		||||
 | 
			
		||||
Homebrew/MoveToExtendOS:
 | 
			
		||||
  Enabled: true
 | 
			
		||||
  Exclude:
 | 
			
		||||
    - "{extend,test,requirements}/**/*"
 | 
			
		||||
    - "os.rb"
 | 
			
		||||
 | 
			
		||||
# make rspec formatting more flexible
 | 
			
		||||
Layout/MultilineMethodCallIndentation:
 | 
			
		||||
  Exclude:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user