Sha256: c4cf4d359a10210a2e58ceed0cb078f4491c41850ba3d4f9cd0ffd5ea43ef402

Contents?: true

Size: 565 Bytes

Versions: 1

Compression:

Stored size: 565 Bytes

Contents

require:
  - rubocop-sorbet

AllCops:
  TargetRubyVersion: 2.5
  SuggestExtensions: false
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
    - 'Rakefile'

Metrics/MethodLength:
  Exclude:
    - 'spec/**/*'
    - 'Rakefile'

Style/ModuleFunction:
  EnforcedStyle: extend_self

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: consistent_comma

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wt_activerecord_index_spy-0.5.0 .rubocop.yml