Merge pull request #2991 from javian/additionalphpignores
audit: add additional php header ignore patterns
This commit is contained in:
commit
ae0b7cb824
@ -6,7 +6,7 @@ module FormulaCellarChecks
|
||||
formula.name.start_with?(formula_name)
|
||||
end
|
||||
|
||||
return if formula.name =~ /^php\d+$/
|
||||
return if formula.name =~ /^php(@?\d+\.?\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