Sha256: 9fd7d6c1014657ca1342186b822458b81a461055ee86fbeb7b91737e9b1e6f69

Contents?: true

Size: 747 Bytes

Versions: 1

Compression:

Stored size: 747 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  DisplayCopNames: true
  Exclude:
    - 'Rakefile'
    - 'vendor/**/*'

Naming/FileName:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

Layout/LineLength:
  Max: 100

Metrics/ClassLength:
  Max: 140

RSpec/MultipleExpectations:
  Max: 3

Security/MarshalLoad:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/PercentLiteralDelimiters:
  Enabled: false

Style/SafeNavigation:
  Enabled: false

Style/YodaCondition:
  # temporary work around for rubocop bug 'An error occurred while Style/YodaCondition...' (v0.49.1)
  Exclude:
    - 'spec/redis_session_store_spec.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redis-session-store-0.11.6 .rubocop.yml