Fix style
The linter complained about useless assignment to `universal_binaries_expected`. It wasn't useless, but ok.
This commit is contained in:
parent
239fd06728
commit
663aee0a67
@ -330,9 +330,10 @@ module FormulaCellarChecks
|
|||||||
end
|
end
|
||||||
mismatches -= compatible_universal_binaries
|
mismatches -= compatible_universal_binaries
|
||||||
|
|
||||||
universal_binaries_expected = true
|
|
||||||
universal_binaries_expected = if formula.tap.present? && formula.tap.core_tap?
|
universal_binaries_expected = if formula.tap.present? && formula.tap.core_tap?
|
||||||
tap_audit_exception(:universal_binary_allowlist, formula.name)
|
tap_audit_exception(:universal_binary_allowlist, formula.name)
|
||||||
|
else
|
||||||
|
true
|
||||||
end
|
end
|
||||||
return if mismatches.empty? && universal_binaries_expected
|
return if mismatches.empty? && universal_binaries_expected
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user