From b7b89b94061b039334dfe6ab93dcd2384642f087 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 8 Aug 2016 10:52:43 +0100 Subject: test/.rubocop.yml: fix check category. --- Library/Homebrew/test/.rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/test/.rubocop.yml b/Library/Homebrew/test/.rubocop.yml index fcdc29148..6f1bcba97 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 -- cgit v1.2.3