mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
(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:
parent
850919f5db
commit
c14403682a
4 changed files with 22 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue