fix rubocoop offences

This commit is contained in:
Samuel Beaulieu 2022-07-25 08:59:12 -05:00
parent f5866d51b6
commit c846e41780
No known key found for this signature in database
GPG key ID: 12030F74136D0F34
2 changed files with 8 additions and 7 deletions

View file

@ -66,6 +66,7 @@ Style/Next:
Enabled: false Enabled: false
Metrics/ParameterLists: Metrics/ParameterLists:
Max: 10 Max: 10
MaxOptionalParameters: 10
Style/GuardClause: Style/GuardClause:
Enabled: false Enabled: false

View file

@ -1596,7 +1596,7 @@ module Vmpooler
$config[:pools].each do |pool| $config[:pools].each do |pool|
provider_name = pool['provider'] provider_name = pool['provider']
# The provider_class parameter can be defined in the provider's data eg # The provider_class parameter can be defined in the provider's data eg
#:providers: # :providers:
# :vsphere: # :vsphere:
# provider_class: 'vsphere' # provider_class: 'vsphere'
# :another-vsphere: # :another-vsphere: