mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 14:05:02 +02:00
Manually merged from https://github.com/rubygems/rubygems/pull/2636
Enable Style/EmptyLinesAroundClassBody rubocop cop.
This commit is contained in:
parent
f56fc720ee
commit
31a6eaabc1
274 changed files with 672 additions and 0 deletions
|
@ -4,6 +4,7 @@ require 'rubygems/indexer'
|
|||
require 'rubygems/commands/generate_index_command'
|
||||
|
||||
class TestGemCommandsGenerateIndexCommand < Gem::TestCase
|
||||
|
||||
def setup
|
||||
super
|
||||
|
||||
|
@ -77,4 +78,5 @@ class TestGemCommandsGenerateIndexCommand < Gem::TestCase
|
|||
"WARNING: The \"--no-modern\" option has been deprecated and will be removed in Rubygems 4.0. The `--no-modern` option is currently ignored. Modern indexes (specs, latest_specs, and prerelease_specs) are always generated.\n",
|
||||
@ui.error
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue