Sha256: 58accef25ecf3ef6e8a14be89e0c7c2d9dafbc228ca7680aedbf28f2d7990158

Contents?: true

Size: 602 Bytes

Versions: 2

Compression:

Stored size: 602 Bytes

Contents

require:
  - rubocop-sequel
  - rubocop-md
  - rubocop-performance

Metrics/LineLength:
  Max: 120
  Exclude:
    - 'lib/legion/data/migrations/*.rb'
Metrics/MethodLength:
  Max: 30
Metrics/ClassLength:
  Max: 1500
Metrics/BlockLength:
  Max: 50
  Exclude:
    - 'lib/legion/data/migrations/*'
Layout/SpaceAroundEqualsInParameterDefault:
  EnforcedStyle: space
Style/SymbolArray:
  Enabled: true
Layout/HashAlignment:
  EnforcedHashRocketStyle: table
  EnforcedColonStyle: table
Style/Documentation:
  Enabled: false
AllCops:
  TargetRubyVersion: 2.6
Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
legion-data-0.2.0 .rubocop.yml
legion-data-0.1.1 .rubocop.yml