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

Remove the requirement for a rubocop submodule #109

Merged
merged 1 commit into from
Jul 21, 2016
Merged

Remove the requirement for a rubocop submodule #109

merged 1 commit into from
Jul 21, 2016

Conversation

tjwp
Copy link
Contributor

@tjwp tjwp commented Jun 8, 2016

The latest RuboCop version (v0.41.1) exposes files to support testing with RSpec.

@tjwp tjwp changed the title WIP: Remove the requirement for a rubocop submodule Remove the requirement for a rubocop submodule Jun 26, 2016
@tjwp
Copy link
Contributor Author

tjwp commented Jun 26, 2016

Updated now that 0.41.1 is out.

@tjwp
Copy link
Contributor Author

tjwp commented Jun 29, 2016

The problem with rubocop:disable in 0.41.1 worked around here should be fixed by rubocop/rubocop#3250.

@tjwp
Copy link
Contributor Author

tjwp commented Jul 7, 2016

Updated again now that 0.41.2 has been released which allows RSpec cops to be enabled/disabled by comments.

Also, fixed a test issue with ruby 1.9 now that json 2.0 depends on ruby 2.0 or later.

@backus
Copy link
Collaborator

backus commented Jul 20, 2016

Thanks @tjwp. Could you rebase onto master? I'd like to merge this

@tjwp
Copy link
Contributor Author

tjwp commented Jul 21, 2016

@backus rebased

@backus
Copy link
Collaborator

backus commented Jul 21, 2016

Thanks @tjwp!

@@ -6,6 +6,8 @@ gemspec

group :test do
gem 'codeclimate-test-reporter', require: false
# json 2.0 requires Ruby >= 2.0
gem 'json', '~> 1.8', require: false, platforms: :ruby_19
Copy link
Collaborator

Choose a reason for hiding this comment

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

You should be able to remove this. I dropped 1.9.3 support.

@backus
Copy link
Collaborator

backus commented Jul 21, 2016

@tjwp I left one comment. I'll merge once that is fixed

The latest release of RuboCop (v0.41.1) exposes files to support
testing with RSpec.
@tjwp
Copy link
Contributor Author

tjwp commented Jul 21, 2016

@backus done

@backus backus merged commit 4478e98 into rubocop:master Jul 21, 2016
@backus
Copy link
Collaborator

backus commented Jul 21, 2016

Thanks again @tjwp!

markburns pushed a commit to markburns/rubocop-rails-ddd that referenced this pull request Nov 7, 2017
Remove the requirement for a rubocop submodule
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