Whitelist PHP formulas in shadowed header audit check
This commit is contained in:
parent
1a394aa7e5
commit
80b7d4c1aa
@ -6,6 +6,8 @@ module FormulaCellarChecks
|
||||
formula.name.start_with?(formula_name)
|
||||
end
|
||||
|
||||
return if formula.name =~ /^php\d+$/
|
||||
|
||||
return if MacOS.version < :mavericks && formula.name.start_with?("postgresql")
|
||||
return if MacOS.version < :yosemite && formula.name.start_with?("memcached")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user