mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
fix rubocoop offences
This commit is contained in:
parent
f5866d51b6
commit
c846e41780
2 changed files with 8 additions and 7 deletions
|
|
@ -66,6 +66,7 @@ Style/Next:
|
|||
Enabled: false
|
||||
Metrics/ParameterLists:
|
||||
Max: 10
|
||||
MaxOptionalParameters: 10
|
||||
Style/GuardClause:
|
||||
Enabled: false
|
||||
|
||||
|
|
|
|||
|
|
@ -1596,7 +1596,7 @@ module Vmpooler
|
|||
$config[:pools].each do |pool|
|
||||
provider_name = pool['provider']
|
||||
# The provider_class parameter can be defined in the provider's data eg
|
||||
#:providers:
|
||||
# :providers:
|
||||
# :vsphere:
|
||||
# provider_class: 'vsphere'
|
||||
# :another-vsphere:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue