Closed jrafanie closed 10 years ago
@movitto @brandondunne @Fryguy Please review, note... I'm not changing style in this pull request.
@jrafanie looks good, tried it out locally. Once we get the others sorted out will merge
@jrafanie not quite sure this isn't saying there is a conflict since 938bacc9 is already merged. But since that's there, mind dropping that patch from this PR (better safe than sorry :-) ). Thx.
@movitto git should just work as is with that commit but yeah, easy enough to remove that commit and rebase the merged #101. Should be ready to merge... just waiting on travis.
Checked commit https://github.com/jrafanie/polisher/commit/b1cf0e9db3d949667cd645eb6c66054f76868b09 with rubocop 0.21.0 2 files checked, 4 offenses detected
lib/polisher/bodhi.rb
lib/polisher/rhn.rb
name
. If it's necessary, use _
or _name
as an argument name to indicate that it won't be used. You can also write as version_for(*)
if you want the method to accept any arguments but don't care about them.
Tested this in combination with #101 and confirmed the LoadError is no longer raised and is instead delayed until you try to use the corresponding classes, see below:
Note, this branch is independent of #101 and can be merged independently.