Sha256: 1c866fb97a6589b30caa9db2c3351fd0679697870c673a3abe01175c68825366

Contents?: true

Size: 454 Bytes

Versions: 1

Compression:

Stored size: 454 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wt_activerecord_index_spy-0.3.0 .rubocop.yml