Sha256: 48eb463900ec27f3b60c047b96f85e9d919280a56c5ec2a99e1fe91ab090359b

Contents?: true

Size: 797 Bytes

Versions: 5

Compression:

Stored size: 797 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.0
  Include:
    - "Gemfile"
  Exclude:
    - "gemfiles/vendor/**/*"
    - "perf/benchmark.rb"
    - "spec/support/apps/**/*"
    - "tmp/**/*"
    - "vendor/**/*"
  DisplayCopNames: true
  UseCache: true
  CacheRootDirectory: ./tmp

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/MultilineOperationIndentation:
  EnforcedStyle: indented

Style/AlignHash:
  EnforcedLastArgumentHashStyle: ignore_implicit

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/IndentArray:
  EnforcedStyle: consistent

Style/FormatString:
  EnforcedStyle: sprintf

Metrics/MethodLength:
  Max: 15

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mongo_session_store-3.2.1 .rubocop.yml
mongo_session_store-3.2.0 .rubocop.yml
mongo_session_store-3.1.0 .rubocop.yml
mongo_session_store-3.0.0 .rubocop.yml
mongo_session_store-3.0.0.beta.1 .rubocop.yml