Lint/ElseAlignment: ignore some bugged autocorrections.
This commit is contained in:
parent
1f6168fe8a
commit
cbf458ea9c
@ -369,8 +369,8 @@ class FormulaInstaller
|
||||
|
||||
$stderr.puts "Please report this to the #{formula.tap} tap!"
|
||||
false
|
||||
else
|
||||
f.linked_keg.exist? && f.opt_prefix.exist?
|
||||
else # rubocop:disable Lint/ElseAlignment
|
||||
f.linked_keg.exist? && f.opt_prefix.exist?
|
||||
end
|
||||
|
||||
raise FormulaConflictError.new(formula, conflicts) unless conflicts.empty?
|
||||
|
||||
@ -53,8 +53,8 @@ module Utils
|
||||
write.close
|
||||
|
||||
exit!
|
||||
else
|
||||
exit!(true)
|
||||
else # rubocop:disable Lint/ElseAlignment
|
||||
exit!(true)
|
||||
end
|
||||
|
||||
ignore_interrupts(:quietly) do # the child will receive the interrupt and marshal it back
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user