audit: remove unneeded mercurial check.

This commit is contained in:
Mike McQuaid 2017-12-29 19:53:04 +00:00
parent 05329fc08d
commit 7f54c83911

View File

@ -380,8 +380,6 @@ class FormulaAuditor
case dep.name
when "git"
problem "Don't use git as a dependency"
when "mercurial"
problem "Use `depends_on :hg` instead of `depends_on 'mercurial'`"
when "gfortran"
problem "Use `depends_on :fortran` instead of `depends_on 'gfortran'`"
when "ruby"