diff options
| author | Mike McQuaid | 2016-08-08 10:52:43 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-08-08 10:52:43 +0100 |
| commit | b7b89b94061b039334dfe6ab93dcd2384642f087 (patch) | |
| tree | 79e3401fb9d519f106647846fd934a9161024203 /Library | |
| parent | e011589635723b0659d92732d3c78cf00a218832 (diff) | |
| download | brew-b7b89b94061b039334dfe6ab93dcd2384642f087.tar.bz2 | |
test/.rubocop.yml: fix check category.
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 |
