Skip to content
Snippets Groups Projects
Commit 7278eaec authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

audit: check for DB deps too

parent 45a87ab8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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