Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance Cops will be removed from RuboCop 0.68. Use rubocop-performance gem instead. #66

Closed
ruebot opened this issue Apr 24, 2019 · 0 comments

Comments

Projects
None yet
1 participant
@ruebot
Copy link
Member

commented Apr 24, 2019

Performance Cops will be removed from RuboCop 0.68. Use rubocop-performance gem instead.

Put this in your Gemfile.

  gem 'rubocop-performance'

And then execute:

  $ bundle install

Put this into your .rubocop.yml.

  require: rubocop-performance

@ruebot ruebot self-assigned this Apr 24, 2019

@ruebot ruebot closed this in cfccf24 May 13, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.