From b7b89b94061b039334dfe6ab93dcd2384642f087 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 8 Aug 2016 10:52:43 +0100 Subject: [PATCH] test/.rubocop.yml: fix check category. --- Library/Homebrew/test/.rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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