Sha256: c475b14c9eb592959af01e7c0166a3a05678e8e2403aa39a7acf8a84d8a0a671

Contents?: true

Size: 407 Bytes

Versions: 4

Compression:

Stored size: 407 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4

Style/AsciiComments:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/RedundantSelf:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/EndOfLine:
  Enabled: true
  EnforcedStyle: lf

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

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

Metrics/LineLength:
  Max: 128

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
operator_recordable-0.4.0 .rubocop.yml
rekkyo-1.0.0 .rubocop.yml
rekkyo-0.2.0 .rubocop.yml
rekkyo-0.1.0 .rubocop.yml