# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-10-30 16:48:40 -0700 using RuboCop version 0.49.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. # Offense count: 1 # Configuration parameters: AllowSafeAssignment. Lint/AssignmentInCondition: Exclude: - 'lib/chef/provisioning/vsphere_driver/vsphere_helpers.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyleAlignWith, SupportedStylesAlignWith, AutoCorrect. # SupportedStylesAlignWith: start_of_line, def Lint/DefEndAlignment: Exclude: - 'lib/chef/provisioning/vsphere_driver/driver.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyleAlignWith, SupportedStylesAlignWith, AutoCorrect. # SupportedStylesAlignWith: keyword, variable, start_of_line Lint/EndAlignment: Exclude: - 'lib/chef/provisioning/vsphere_driver/driver.rb' # Offense count: 6 Lint/UselessAssignment: 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: 34 Metrics/AbcSize: Max: 47 # Offense count: 1 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 29 # Offense count: 1 # Configuration parameters: CountBlocks. Metrics/BlockNesting: Max: 4 # Offense count: 3 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 643 # Offense count: 11 Metrics/CyclomaticComplexity: Max: 12 # Offense count: 140 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 189 # Offense count: 41 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 62 # Offense count: 8 Metrics/PerceivedComplexity: Max: 14 # Offense count: 1 Style/CaseEquality: Exclude: - 'lib/chef/provisioning/vsphere_driver/driver.rb' # Offense count: 3 Style/ClassVars: Exclude: - 'lib/kitchen/driver/vsphere.rb' # Offense count: 5 # Configuration parameters: AllowedVariables. Style/GlobalVars: Exclude: - 'lib/chef/provisioning/vsphere_driver/vsphere_helpers.rb' # Offense count: 13 # Configuration parameters: MinBodyLength. Style/GuardClause: Exclude: - 'lib/chef/provisioning/vsphere_driver/clone_spec_builder.rb' - 'lib/chef/provisioning/vsphere_driver/driver.rb' - 'lib/chef/provisioning/vsphere_driver/vsphere_helpers.rb' # Offense count: 1 Style/MultilineTernaryOperator: Exclude: - 'lib/chef/provisioning/vsphere_driver/driver.rb' # Offense count: 1 Style/NestedTernaryOperator: Exclude: - 'lib/chef/provisioning/vsphere_driver/driver.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, EnforcedStyle, SupportedStyles. # SupportedStyles: predicate, comparison Style/NumericPredicate: Exclude: - 'spec/**/*' - 'lib/chef/provisioning/vsphere_driver/driver.rb' # Offense count: 3 # Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist. # NamePrefix: is_, has_, have_ # NamePrefixBlacklist: is_, has_, have_ # NameWhitelist: is_a? Style/PredicateName: Exclude: - 'spec/**/*' - 'lib/chef/provisioning/vsphere_driver/driver.rb' # Offense count: 3 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: snake_case, camelCase Style/VariableName: Exclude: - 'lib/chef/provisioning/vsphere_driver/clone_spec_builder.rb' - 'lib/chef/provisioning/vsphere_driver/vsphere_helpers.rb'