linkage_checker: exclude test deps from being considered runtime dep
This commit is contained in:
		
							parent
							
								
									9978c3d11a
								
							
						
					
					
						commit
						49fbf01a44
					
				| @ -196,7 +196,7 @@ class LinkageChecker | ||||
| 
 | ||||
|   def check_formula_deps | ||||
|     filter_out = proc do |dep| | ||||
|       next true if dep.build? | ||||
|       next true if dep.build? || dep.test? | ||||
| 
 | ||||
|       (dep.optional? || dep.recommended?) && formula.build.without?(dep) | ||||
|     end | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Michael Cho
						Michael Cho