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

Support RuboCop v0.85.0 and later #51

Merged

Conversation

yujideveloper
Copy link
Contributor

I changed to use Rubocop::Cop::Team#mobilize instead of Rubocop::Cop::Team.new if RuboCop version is 0.85.0 and later because RuboCop changed Team API at v0.85.0.
ref. rubocop/rubocop#8030

@yujideveloper yujideveloper requested a review from a team as a code owner June 4, 2020 03:16
Use `Rubocop::Cop::Team#mobilize` instead of `Rubocop::Cop::Team.new`
if RuboCop version is 0.85.0 and later because RuboCop changed `Team` API
at v0.85.0.
ref. rubocop/rubocop#8030
@yujideveloper yujideveloper force-pushed the feature/support-rubocop-0.85.0 branch from b2402b1 to f5589f6 Compare June 4, 2020 03:26
@sunny
Copy link
Contributor

sunny commented Jun 4, 2020

Closes #50

@HamptonMakes
Copy link

Oh man does someone need to merge this in!

@ashkulz ashkulz merged commit dd3c612 into prontolabs:master Aug 8, 2020
@yujideveloper yujideveloper deleted the feature/support-rubocop-0.85.0 branch August 8, 2020 14:01
@yujideveloper yujideveloper restored the feature/support-rubocop-0.85.0 branch August 8, 2020 14:01
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

5 participants