Closed strzibny closed 10 years ago
I rebased it to require 'rubygems/version'.
Checked commit https://github.com/strzibny/polisher/commit/e1365a91b2db84f4dbad22f4ef5e29a8b8797a93 with rubocop 0.21.0 2 files checked, 2 offenses detected
lib/polisher/gem.rb
collect
over map
.@strzibny looks good, merging. Will incorporate the style feedback into a consolidated style PR in the near future (long time on backburner).
@jrafanie what rubocop config is being used for this? How is it being run?
@movitto The bot runs rubocop against the PR changed files, using https://github.com/ManageIQ/guides/blob/master/.rubocop.yml (I believe), and filters out lines that weren't changed in the PR.
My fix for the upstream highest version doesn't work everytime as we have to compare objects of Gem::Version to be sure. This PR makes it right.
This fixes #ec9a7e5