diff options
| author | Mike McQuaid | 2018-01-18 15:16:53 +0000 |
|---|---|---|
| committer | GitHub | 2018-01-18 15:16:53 +0000 |
| commit | 10384231a2c8743f554d1e6a3d5067e840365649 (patch) | |
| tree | 6865b3acaaaf7a93512406e09e4ea07dc636283d /Library/Homebrew/rubocops/class_cop.rb | |
| parent | 230d630bd6cfd5ec9d317c83caea66a03d2b6c10 (diff) | |
| parent | 1f48e17f1b2f681ea56b72b8d2c1eebdb77f2181 (diff) | |
| download | brew-10384231a2c8743f554d1e6a3d5067e840365649.tar.bz2 | |
Merge pull request #3636 from Homebrew/rubocop-bump
rubocop 0.52.1
Diffstat (limited to 'Library/Homebrew/rubocops/class_cop.rb')
| -rw-r--r-- | Library/Homebrew/rubocops/class_cop.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/rubocops/class_cop.rb b/Library/Homebrew/rubocops/class_cop.rb index dad81abfc..6f1ffc144 100644 --- a/Library/Homebrew/rubocops/class_cop.rb +++ b/Library/Homebrew/rubocops/class_cop.rb @@ -16,8 +16,6 @@ module RuboCop problem "#{parent_class} is deprecated, use Formula instead" end - private - def autocorrect(node) lambda do |corrector| corrector.replace(node.source_range, "Formula") |
