audit: check for DB deps too
This commit is contained in:
parent
45a87ab8d9
commit
7278eaec51
@ -265,7 +265,7 @@ def audit_formula_instance f
|
||||
end
|
||||
|
||||
case d
|
||||
when "git", "python", "ruby", "emacs"
|
||||
when "git", "python", "ruby", "emacs", "mysql", "postgresql"
|
||||
problems << " * Don't use #{d} as a dependency; we allow non-Homebrew #{d} installs."
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user