Sha256: 5949f0a82931772df7400c82693b58d440e9bced985bfcf35968bdbc5d89f6ba

Contents?: true

Size: 631 Bytes

Versions: 3

Compression:

Stored size: 631 Bytes

Contents

require:
  - rubocop-sequel
  - rubocop-performance

Layout/LineLength:
  Max: 120
  Exclude:
    - 'lib/legion/data/migrations/*.rb'
Metrics/MethodLength:
  Max: 30
Metrics/ClassLength:
  Max: 1500
Metrics/AbcSize:
  Max: 34
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.5
  NewCops: enable
Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
legion-data-1.1.4 .rubocop.yml
legion-data-java-1.1.3 .rubocop.yml
legion-data-1.1.3 .rubocop.yml