.rubocop_todo.yml in chef-provisioning-vsphere-1.0.0 vs .rubocop_todo.yml in chef-provisioning-vsphere-1.1.0

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2017-04-17 14:46:47 -0500 using RuboCop version 0.47.1. +# on 2017-04-20 16:38:44 -0500 using RuboCop version 0.47.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. @@ -34,34 +34,39 @@ Exclude: - 'lib/chef/provisioning/vsphere_driver/clone_spec_builder.rb' - 'lib/chef/provisioning/vsphere_driver/vsphere_helpers.rb' - 'lib/kitchen/driver/vsphere.rb' -# Offense count: 30 +# Offense count: 31 Metrics/AbcSize: Max: 47 # Offense count: 1 +# Configuration parameters: CountComments, ExcludedMethods. +Metrics/BlockLength: + Max: 27 + +# Offense count: 1 # Configuration parameters: CountBlocks. Metrics/BlockNesting: Max: 4 # Offense count: 3 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 571 + Max: 599 -# Offense count: 6 +# Offense count: 7 Metrics/CyclomaticComplexity: Max: 12 -# Offense count: 87 +# Offense count: 89 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 189 -# Offense count: 38 +# Offense count: 40 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 62 # Offense count: 5