diff --git a/Library/Homebrew/test/.rubocop.yml b/Library/Homebrew/test/.rubocop.yml index fcdc291482..6f1bcba973 100644 --- a/Library/Homebrew/test/.rubocop.yml +++ b/Library/Homebrew/test/.rubocop.yml @@ -1,5 +1,5 @@ inherit_from: ../../.rubocop.yml # `formula do` uses nested method definitions -Style/NestedMethodDefinition: +Lint/NestedMethodDefinition: Enabled: false