Merge pull request #6625 from reitermarkus/rubocop-namespace

Fix RuboCop namespace.
This commit is contained in:
Markus Reiter 2019-10-22 01:46:05 +02:00 committed by GitHub
commit 0a175c4feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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!" $stderr.puts "Please report this to the #{formula.tap} tap!"
false false
else # rubocop:disable Lint/ElseAlignment else # rubocop:disable Layout/ElseAlignment
f.linked_keg.exist? && f.opt_prefix.exist? f.linked_keg.exist? && f.opt_prefix.exist?
end end

View File

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