test/.rubocop.yml: fix check category.

This commit is contained in:
Mike McQuaid 2016-08-08 10:52:43 +01:00
parent e011589635
commit b7b89b9406

View File

@ -1,5 +1,5 @@
inherit_from: ../../.rubocop.yml
# `formula do` uses nested method definitions
Style/NestedMethodDefinition:
Lint/NestedMethodDefinition:
Enabled: false