audit: deprecate depends_on :tex.
This has known issues with our `ghostscript` formula, we can't test it on CI and is a ludicrously heavy dependency that in many cases can be avoided by upstream providing prebuilt documentation.
This commit is contained in:
parent
76955b47bd
commit
8efc0a608d
@ -1036,6 +1036,10 @@ class FormulaAuditor
|
||||
problem ":apr is deprecated. Usage should be \"apr-util\""
|
||||
end
|
||||
|
||||
if line =~ /depends_on :tex/
|
||||
problem ":tex is deprecated."
|
||||
end
|
||||
|
||||
# Commented-out depends_on
|
||||
problem "Commented-out dep #{$1}" if line =~ /#\s*depends_on\s+(.+)\s*$/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user