From 6c03cc0040f14b12413c0ed96f73707b4e5b6e36 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Wed, 16 Oct 2019 19:10:52 +0200 Subject: [PATCH] Fix RuboCop namespace. --- Library/Homebrew/formula_installer.rb | 2 +- Library/Homebrew/utils/fork.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index cf09671f89..019d04289f 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -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 diff --git a/Library/Homebrew/utils/fork.rb b/Library/Homebrew/utils/fork.rb index 8a626369fd..bd8066b3fc 100644 --- a/Library/Homebrew/utils/fork.rb +++ b/Library/Homebrew/utils/fork.rb @@ -53,7 +53,7 @@ module Utils write.close exit! - else # rubocop:disable Lint/ElseAlignment + else # rubocop:disable Layout/ElseAlignment exit!(true) end