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 to version '1.x' #33

Closed
wants to merge 3 commits into from
Closed

Conversation

ThomasKoppensteiner
Copy link
Owner

Changes related to rubocop upgrade (#32).

@ThomasKoppensteiner ThomasKoppensteiner self-assigned this Nov 11, 2020
@@ -25,6 +25,8 @@ Gem::Specification.new do |spec|
"build_status_uri" => "https://travis-ci.org/ThomasKoppensteiner/sidekiq-undertaker"
}

spec.required_ruby_version = ">= 2.4.0"
Copy link
Owner Author

Choose a reason for hiding this comment

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

Related to rt_rubocop_defaults. Try to upgrade it there first.

@ThomasKoppensteiner ThomasKoppensteiner changed the title Update rubocop to version '1.2' Update rubocop to version '1.x' Nov 25, 2020
.codeclimate.yml Outdated
@@ -8,6 +8,6 @@ plugins:
enabled: true
rubocop:
enabled: true
channel: rubocop-0-77
channel: rubocop-1-2
Copy link
Owner Author

Choose a reason for hiding this comment

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

Copy link
Owner Author

Choose a reason for hiding this comment

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

Lets use 1.4, when codeclimate/codeclimate-rubocop#263 is released

spec.add_development_dependency "rt_rubocop_defaults", "~> 1.2"
spec.add_development_dependency "rubocop", "~> 0.77"
spec.add_development_dependency "rubocop-rspec", "~> 1.30"
spec.add_development_dependency "rt_rubocop_defaults", "~> 2.1"
Copy link
Owner Author

Choose a reason for hiding this comment

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

Wait until runtastic/rt_rubocop_defaults#13 is merged and released

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.

None yet

1 participant