You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add RuboCop configuration and basic style corrections
It seems only fitting that the RuboCop engine should pass its own checks!
I added a minimal configuration based on the current code, then ran
RuboCop using the `-a` (autocorrect) option.
The only non-stylistic change I made was to use an `any?` block in place
of a `detect` block combined with `!!`.
There are two violations remaining, both about method length, but
since there’s a little more involved I’ve left them alone.
0 commit comments