diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/.rubocop.yml | 2 |
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 |
