# This configuration was generated by # `rubocop --auto-gen-config` # 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. # Offense count: 1 # Configuration parameters: AllowSafeAssignment. Lint/AssignmentInCondition: Exclude: - 'lib/chef/provisioning/vsphere_driver/vsphere_helpers.rb' # Offense count: 2 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyleAlignWith, SupportedStylesAlignWith, AutoCorrect. # SupportedStylesAlignWith: start_of_line, def Lint/DefEndAlignment: Exclude: - 'lib/chef/provisioning/vsphere_driver/driver.rb' - 'lib/chef/provisioning/vsphere_driver/vsphere_helpers.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: 4 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: 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: 650 # Offense count: 7 Metrics/CyclomaticComplexity: Max: 12 # Offense count: 89 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 189 # Offense count: 40 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 62 # Offense count: 5 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: 6 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/chef/provisioning/vsphere_driver.rb' - 'lib/chef/provisioning/vsphere_driver/clone_spec_builder.rb' - 'lib/chef/provisioning/vsphere_driver/vsphere_helpers.rb' - 'lib/chef/provisioning/vsphere_driver/vsphere_url.rb' - 'lib/kitchen/driver/vsphere.rb' # Offense count: 5 # Configuration parameters: AllowedVariables. Style/GlobalVars: Exclude: - 'lib/chef/provisioning/vsphere_driver/vsphere_helpers.rb' # Offense count: 12 # 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: 5 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, EnforcedStyle, SupportedStyles. # SupportedStyles: predicate, comparison Style/NumericPredicate: Exclude: - 'spec/**/*' - 'lib/chef/provisioning/vsphere_driver/driver.rb' - 'lib/chef/provisioning/vsphere_driver/vsphere_helpers.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'