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

Update rubocop #2003

Merged
merged 4 commits into from
Mar 2, 2020
Merged

Update rubocop #2003

merged 4 commits into from
Mar 2, 2020

Conversation

ericproulx
Copy link
Contributor

Updated rubocop to latest version.
I also added rubocop-performance

Added rubocop-performance
Added entry CHANGELOG.md
Gemfile Outdated
@@ -10,7 +10,8 @@ group :development, :test do
gem 'bundler'
gem 'hashie'
gem 'rake'
gem 'rubocop', '0.51.0'
gem 'rubocop'
Copy link
Member

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).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgraded RuboCop to ...

@ericproulx ericproulx force-pushed the update_rubocop branch 2 times, most recently from bc4186a to 79825f2 Compare March 2, 2020 10:39
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
@dblock dblock merged commit 83f9ca7 into ruby-grape:master Mar 2, 2020
@dblock
Copy link
Member

dblock commented Mar 2, 2020

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants