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

Upgrade Rubocop #119

Merged
merged 1 commit into from
Mar 6, 2023
Merged

Upgrade Rubocop #119

merged 1 commit into from
Mar 6, 2023

Conversation

rzane
Copy link
Contributor

@rzane rzane commented Mar 6, 2023

Summary

Provide a general description of the code changes in your pull
request... were there any bugs you had fixed? If so, mention them. If
these bugs have open GitHub issues, be sure to tag them here as well,
to keep the conversation linked together.

The specified Rubocop version was quite old. Running the specs against Ruby 3.1 isn't possible without upgrading due to this issue.

Other Information

If there's anything else that's important and relevant to your pull
request, mention that information here. This could include
benchmarks, or other information.

Thanks for contributing to TestTrack!

/domain @Betterment/test_track_core
/platform @Betterment/test_track_core

Comment on lines +34 to 36
s.add_development_dependency 'rubocop', '~> 1.48.0'
s.add_development_dependency 'rubocop-performance'
s.add_development_dependency 'rubocop-rails'
Copy link
Member

@smudge smudge Mar 6, 2023

Choose a reason for hiding this comment

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

Thoughts on switching these all over to betterlint?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not opposed, but I'd rather not prioritize that right now.

Copy link
Member

@smudge smudge left a comment

Choose a reason for hiding this comment

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

domain LGTM

Copy link
Member

@smudge smudge left a comment

Choose a reason for hiding this comment

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

platform LGTM as well

@smudge smudge merged commit d9c0a7a into Betterment:master Mar 6, 2023
@rzane rzane deleted the upgrade-rubocop branch March 6, 2023 22:07
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

2 participants