aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-08-08 10:52:43 +0100
committerMike McQuaid2016-08-08 10:52:43 +0100
commitb7b89b94061b039334dfe6ab93dcd2384642f087 (patch)
tree79e3401fb9d519f106647846fd934a9161024203 /Library
parente011589635723b0659d92732d3c78cf00a218832 (diff)
downloadbrew-b7b89b94061b039334dfe6ab93dcd2384642f087.tar.bz2
test/.rubocop.yml: fix check category.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
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