Skip to content
Snippets Groups Projects
Commit 80b7d4c1 authored by Jan Viljanen's avatar Jan Viljanen
Browse files

Whitelist PHP formulas in shadowed header audit check

parent 1a394aa7
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment