-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Even more RuboCop cleanups #710
Conversation
3b5ffc9
to
975a2c1
Compare
If Travis continues to be difficult, should we investigate alternate CI solutions? |
Yes, that may be necessary. |
The current failure though, seems to have an ordinary reason: "can not find method |
No, that's a pending test, fortunately. Still, it's a distracting message that should be cleaned up. |
Summary
Process some to-dos from the RuboCop to-do file, and shorten the maximum line length.
Details
Motivation and Context
Working toward a cleanly formatted code base.
How Has This Been Tested?
Travis, although it seems to be having some issues lately.
Types of changes