(maint) Fix rubocop offenses

This commit updates VM Pooler to fix any existing rubocop offenses and also
fixes any offenses in the lib/vmpooler.rb file.  This commit also regenerates
the Todo file.
This commit is contained in:
Glenn Sarti 2017-03-02 20:18:11 -08:00
parent 850919f5db
commit c14403682a
4 changed files with 22 additions and 41 deletions

View file

@ -29,13 +29,15 @@ Metrics/PerceivedComplexity:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
# - Long Methods, Classes and blocks
# - Long Methods, Classes, Blocks, and Modules
Metrics/MethodLength:
Enabled: false
Metrics/ClassLength:
Enabled: false
Metrics/BlockLength:
Enabled: false
Metrics/ModuleLength:
Enabled: false
# Either sytnax for regex is ok