-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Rubocop Fixes #1126
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
Rubocop Fixes #1126
Conversation
@dks17: Thanks for this!
UPDATE: I manually resolved my conflicts (which were totally a result of failing to rebase against master/HEAD prior to pushing the branch). My merge conflict resolution on #1125 seems to have introduced the same merge conflict here on #1126. @dks17: Let me know if you need help resolving this... This is the code from master/HEAD to use (merged from #1115): devise_token_auth/app/models/devise_token_auth/concerns/user.rb Lines 260 to 272 in a9c7ea6
You may need to manually apply some of the fixes from the Cops you already fixed when resolving. E.g. the
|
@dks17, could you update either the The Once the conflicts are resolved, I can merge this onto the |
@Evan-M, I encountered only one conflict. It is OK now. I hope I did all properly. |
I was actually thinking that instead of re-running the auto-gen, you would just manually remove the specific cops from the If everyone's run of rubocop is non-deterministic, then this doesn't all quite work right? What version of ruby are you running rubocop on? I'm using
Hey, no worries! We're figuring this out as we go, right? |
@Evan-M, I am using |
#1124
Folows the #1125
Fixes: