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