Sha256: b0f17f86ca8c05dbbe27d231bbd5b5ecdefb73cc4d646ea8e36bac8019c7cfcd

Contents?: true

Size: 486 Bytes

Versions: 4

Compression:

Stored size: 486 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/ClassLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/AbcSize:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/PerceivedComplexity:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
logrb-0.1.5 .rubocop.yml
logrb-0.1.4 .rubocop.yml
logrb-0.1.3 .rubocop.yml
logrb-0.1.2 .rubocop.yml