# This configuration was generated by # `rubocop --auto-gen-config` # on 2024-04-23 13:50:35 UTC using RuboCop version 1.62.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: Severity, Include. # Include: **/*.gemspec Gemspec/RequiredRubyVersion: Exclude: - 'beaker-vcloud.gemspec' # Offense count: 1 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: AllowSafeAssignment. Lint/AssignmentInCondition: Exclude: - 'lib/beaker/hypervisor/vcloud.rb' # Offense count: 2 Lint/DuplicateMethods: Exclude: - 'spec/mock_vsphere_helper.rb' # Offense count: 1 # Configuration parameters: AllowedParentClasses. Lint/MissingSuper: Exclude: - 'lib/beaker/hypervisor/vcloud.rb' # Offense count: 1 # Configuration parameters: AllowComments, AllowNil. Lint/SuppressedException: Exclude: - 'Rakefile' # Offense count: 2 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: AutoCorrect. Lint/UselessAssignment: Exclude: - 'Rakefile' # Offense count: 3 Naming/AccessorMethodName: Exclude: - 'spec/mock_vsphere.rb' - 'spec/mock_vsphere_helper.rb' # Offense count: 30 # Configuration parameters: EnforcedStyle, AllowedPatterns. # SupportedStyles: snake_case, camelCase Naming/MethodName: Exclude: - 'spec/mock_vsphere.rb' - 'spec/mock_vsphere_helper.rb' # Offense count: 6 # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames. # AllowedNames: as, at, by, cc, db, id, if, in, io, ip, of, on, os, pp, to Naming/MethodParameterName: Exclude: - 'spec/mock_vsphere.rb' - 'spec/mock_vsphere_helper.rb' # Offense count: 16 # Configuration parameters: EnforcedStyle, AllowedIdentifiers, AllowedPatterns. # SupportedStyles: snake_case, camelCase Naming/VariableName: Exclude: - 'lib/beaker/hypervisor/vcloud.rb' - 'spec/mock_vsphere.rb' - 'spec/mock_vsphere_helper.rb' # Offense count: 2 # This cop supports unsafe autocorrection (--autocorrect-all). Performance/MapCompact: Exclude: - 'lib/beaker/hypervisor/vcloud.rb' - 'spec/beaker/hypervisor/vcloud_spec.rb' # Offense count: 1 # This cop supports unsafe autocorrection (--autocorrect-all). Performance/StringInclude: Exclude: - 'lib/beaker/hypervisor/vcloud.rb' # Offense count: 2 RSpec/AnyInstance: Exclude: - 'spec/beaker/hypervisor/vcloud_spec.rb' # Offense count: 7 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: SkipBlocks, EnforcedStyle, OnlyStaticConstants. # SupportedStyles: described_class, explicit RSpec/DescribedClass: Exclude: - 'spec/beaker/hypervisor/vcloud_spec.rb' # Offense count: 3 # Configuration parameters: CountAsOne. RSpec/ExampleLength: Max: 15 # Offense count: 2 # Configuration parameters: . # SupportedStyles: have_received, receive RSpec/MessageSpies: EnforcedStyle: receive # Offense count: 1 RSpec/MultipleExpectations: Max: 2 # Offense count: 6 # This cop supports unsafe autocorrection (--autocorrect-all). RSpec/ReceiveMessages: Exclude: - 'spec/beaker/hypervisor/vcloud_spec.rb' # Offense count: 1 # Configuration parameters: IgnoreNameless, IgnoreSymbolicNames. RSpec/VerifiedDoubles: Exclude: - 'spec/beaker/hypervisor/vcloud_spec.rb' # Offense count: 3 # This cop supports safe autocorrection (--autocorrect). Rake/Desc: Exclude: - 'Rakefile' # Offense count: 2 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: EnforcedStyle. # SupportedStyles: always, conditionals Style/AndOr: Exclude: - 'lib/beaker/hypervisor/vcloud.rb' # Offense count: 2 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowOnConstant, AllowOnSelfClass. Style/CaseEquality: Exclude: - 'spec/beaker/hypervisor/vcloud_spec.rb' # Offense count: 4 Style/ClassVars: Exclude: - 'spec/mock_vsphere_helper.rb' # Offense count: 1 # Configuration parameters: AllowedConstants. Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/beaker/hypervisor/vcloud.rb' # Offense count: 4 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle. # SupportedStyles: format, sprintf, percent Style/FormatString: Exclude: - 'lib/beaker/hypervisor/vcloud.rb' # Offense count: 11 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: EnforcedStyle. # SupportedStyles: always, always_true, never Style/FrozenStringLiteralComment: Exclude: - '.simplecov' - 'Gemfile' - 'Rakefile' - 'beaker-vcloud.gemspec' - 'bin/beaker-vcloud' - 'lib/beaker-vcloud/version.rb' - 'lib/beaker/hypervisor/vcloud.rb' - 'spec/beaker/hypervisor/vcloud_spec.rb' - 'spec/mock_vsphere.rb' - 'spec/mock_vsphere_helper.rb' - 'spec/spec_helper.rb' # Offense count: 2 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: AllowedReceivers. # AllowedReceivers: Thread.current Style/HashEachMethods: Exclude: - 'spec/mock_vsphere_helper.rb' # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). Style/IfUnlessModifier: Exclude: - 'lib/beaker/hypervisor/vcloud.rb' # Offense count: 1 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: AllowedMethods. # AllowedMethods: nonzero? Style/IfWithBooleanLiteralBranches: Exclude: - 'Rakefile' # Offense count: 3 # This cop supports unsafe autocorrection (--autocorrect-all). Style/LineEndConcatenation: Exclude: - 'lib/beaker/hypervisor/vcloud.rb' # Offense count: 4 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: EnforcedStyle. # SupportedStyles: literals, strict Style/MutableConstant: Exclude: - 'Rakefile' - 'bin/beaker-vcloud' - 'lib/beaker-vcloud/version.rb' # Offense count: 1 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns. # SupportedStyles: predicate, comparison Style/NumericPredicate: Exclude: - 'spec/**/*' - 'lib/beaker/hypervisor/vcloud.rb' # Offense count: 2 Style/OpenStructUse: Exclude: - 'spec/mock_vsphere.rb' # Offense count: 1 # Configuration parameters: AllowedMethods. # AllowedMethods: respond_to_missing? Style/OptionalBooleanParameter: Exclude: - 'spec/mock_vsphere.rb' # Offense count: 2 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: EnforcedStyle. # SupportedStyles: short, verbose Style/PreferredHashMethods: Exclude: - 'spec/mock_vsphere_helper.rb' # Offense count: 1 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: Methods. Style/RedundantArgument: Exclude: - 'Rakefile' # Offense count: 2 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: AutoCorrect, AllowComments. Style/RedundantInitialize: Exclude: - 'spec/mock_vsphere.rb' - 'spec/mock_vsphere_helper.rb' # Offense count: 3 # This cop supports unsafe autocorrection (--autocorrect-all). # Configuration parameters: Mode. Style/StringConcatenation: Exclude: - 'lib/beaker/hypervisor/vcloud.rb' - 'spec/mock_vsphere.rb' # Offense count: 1 # This cop supports unsafe autocorrection (--autocorrect-all). Style/ZeroLengthPredicate: Exclude: - 'lib/beaker/hypervisor/vcloud.rb' # Offense count: 4 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns. # URISchemes: http, https Layout/LineLength: Max: 152