Fix RuboCop namespace.

This commit is contained in:
Markus Reiter 2019-10-16 19:10:52 +02:00
parent 333642927b
commit 6c03cc0040
2 changed files with 2 additions and 2 deletions

View File

@ -369,7 +369,7 @@ class FormulaInstaller
$stderr.puts "Please report this to the #{formula.tap} tap!"
false
else # rubocop:disable Lint/ElseAlignment
else # rubocop:disable Layout/ElseAlignment
f.linked_keg.exist? && f.opt_prefix.exist?
end

View File

@ -53,7 +53,7 @@ module Utils
write.close
exit!
else # rubocop:disable Lint/ElseAlignment
else # rubocop:disable Layout/ElseAlignment
exit!(true)
end