Sha256: 308a507dd7495a34c176a606f2a0e2124f74f883a79c3fff10d54b87dbcc2ec1

Contents?: true

Size: 720 Bytes

Versions: 6

Compression:

Stored size: 720 Bytes

Contents

require: rubocop-rspec

Documentation:
  Enabled: true

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.5

Metrics/BlockLength:
  Exclude:
    - Rakefile
    - spec/**/*.rb
    - '**/*.rake'
    - '*.gemspec'

# Document all the things.
Style/DocumentationMethod:
  Enabled: true
  RequireForNonPublicMethods: true

# Because +expect_any_instance_of().to have_received()+ is not
# supported with the +with(hash_including)+ matchers
RSpec/MessageSpies:
  EnforcedStyle: receive

# Allow deeper nesting because of the predefined/non-predefined -
# bang/non-bang cases.
RSpec/NestedGroups:
  Max: 4

# We stay at 80 characters per line.
# See: https://rubystyle.guide/#max-line-length
Metrics/LineLength:
  Max: 80

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jabber_admin-1.0.5 .rubocop.yml
jabber_admin-1.0.4 .rubocop.yml
jabber_admin-1.0.3 .rubocop.yml
jabber_admin-1.0.2 .rubocop.yml
jabber_admin-1.0.1 .rubocop.yml
jabber_admin-1.0.0 .rubocop.yml