Sha256: 6fc7e083cb5f5a3a35cb80755fb6affa8b63fa73311240bc6219659b03464d0f

Contents?: true

Size: 570 Bytes

Versions: 5

Compression:

Stored size: 570 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  Exclude:
    - 'src/**/*'
    - 'vendor/bundle/**/*'

Metrics/LineLength:
  Max: 120

Layout/EndOfLine:
  EnforcedStyle: lf

Style/SymbolArray:
  EnforcedStyle: brackets

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma

Style/EmptyMethod:
  EnforcedStyle: expanded

Metrics/BlockLength:
  Exclude:
    - '*.gemspec'
  ExcludedMethods:
    - describe

Style/FrozenStringLiteralComment:
  EnforcedStyle: when_needed

Layout/AlignHash:
  EnforcedHashRocketStyle: table
  EnforcedColonStyle: table

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mongo-ejson-0.2.6 .rubocop.yml
mongo-ejson-0.2.5 .rubocop.yml
mongo-ejson-0.2.4 .rubocop.yml
mongo-ejson-0.2.3 .rubocop.yml
mongo-ejson-0.2.2 .rubocop.yml