-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update rubocop #2003
Update rubocop #2003
Conversation
Added rubocop-performance Added entry CHANGELOG.md
05dd6bf
to
a7f90bb
Compare
Gemfile
Outdated
@@ -10,7 +10,8 @@ group :development, :test do | |||
gem 'bundler' | |||
gem 'hashie' | |||
gem 'rake' | |||
gem 'rubocop', '0.51.0' | |||
gem 'rubocop' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't commit Gemfile.lock, so you should specify a version here or future builds will break for no reason as newer versions get released.
CHANGELOG.md
Outdated
@@ -3,6 +3,7 @@ | |||
#### Features | |||
|
|||
* Your contribution here. | |||
* [#2003](https://github.com/ruby-grape/grape/pull/2003): Updated rubocop - [@ericproulx](https://github.com/ericproulx). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgraded RuboCop to ...
bc4186a
to
79825f2
Compare
Ran appraisal clean Ran appraisal generate Re-ran rubocop Put back rack1 and rack2 gemfile I followed the naming convention of Appraisals Added autogen appraisals file
74cb2f9
to
0378840
Compare
👍 |
Updated rubocop to latest version.
I also added rubocop-performance