Fix rubocop upgrade to 0.87.0 specs
filipesperandio opened this issue · 1 comments
filipesperandio commented
The semi-automated upgrade process results in spec failures.
We gotta dig into those and see if they can be ignore and specs dropped or if actual changes are needed.
The upgrade path is:
- Check out
channel/rubocop-0-87branch, which points to rubocop 0.86. - Run
bin/newver 0.87.0 - Fix code/specs
- Open branch against
channel/rubocop-0-87
filipesperandio commented
Fixed by #245