Sha256: 9308f921a673c2abcc768231f73c875b6721a349688114468b8160db8dfab18c

Contents?: true

Size: 1.25 KB

Versions: 1

Compression:

Stored size: 1.25 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-03-28 10:44:07 UTC using RuboCop version 1.48.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: 4
RSpec/AnyInstance:
  Exclude:
    - 'spec/beaker/hypervisor/docker_spec.rb'

# Offense count: 23
# Configuration parameters: CountAsOne.
RSpec/ExampleLength:
  Max: 53

# Offense count: 44
# Configuration parameters: .
# SupportedStyles: have_received, receive
RSpec/MessageSpies:
  EnforcedStyle: receive

# Offense count: 15
RSpec/MultipleExpectations:
  Max: 5

# Offense count: 18
# Configuration parameters: AllowSubject.
RSpec/MultipleMemoizedHelpers:
  Max: 12

# Offense count: 5
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
RSpec/VerifiedDoubles:
  Exclude:
    - 'spec/beaker/hypervisor/docker_spec.rb'

# Offense count: 26
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Layout/LineLength:
  Max: 198

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
beaker-docker-2.0.0 .rubocop_todo.yml