audit: check for mercurial dependency
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
38b4a06207
commit
cf16987845
@ -270,7 +270,7 @@ def audit_formula_instance f
|
||||
end
|
||||
|
||||
case d
|
||||
when "git", "python", "ruby", "emacs", "mysql", "postgresql"
|
||||
when "git", "python", "ruby", "emacs", "mysql", "postgresql", "mercurial"
|
||||
problems << " * Don't use #{d} as a dependency; we allow non-Homebrew\n #{d} installs."
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user