versions: ignore validation errors.
References Homebrew/homebrew#26748.
This commit is contained in:
parent
63629ab13b
commit
1fecd418e4
@ -94,7 +94,8 @@ class Formula
|
||||
end
|
||||
|
||||
IGNORED_EXCEPTIONS = [SyntaxError, TypeError, NameError,
|
||||
ArgumentError, FormulaSpecificationError]
|
||||
ArgumentError, FormulaSpecificationError,
|
||||
FormulaValidationError,]
|
||||
|
||||
def version_for_sha sha
|
||||
formula_for_sha(sha) {|f| f.version }
|
||||
|
Loading…
x
Reference in New Issue
Block a user