Closed pboling closed 1 year ago
Stops requiring rubygems from within the rubygem.
rubygems
Uses my rubocop-lts which includes pre-set definitions to ensure compatibility with Ruby 1.8 syntax.
rubocop-lts
inherit_gem: rubocop-lts: rubocop-lts1_8.yml
Result, after auto-correcting, manually fixing a few, and putting the rest into "todo":
Running RuboCop... Inspecting 10 files .......... 10 files inspected, no offenses detected
Sits on top of #71
Fixes #64
Stops requiring
rubygems
from within the rubygem.Uses my
rubocop-lts
which includes pre-set definitions to ensure compatibility with Ruby 1.8 syntax.Result, after auto-correcting, manually fixing a few, and putting the rest into "todo":
Sits on top of #71
Fixes #64