Sha256: 9f82493c42b42029c631e92938e9d8c265ddc4cada0bdc59f74544394b32f027

Contents?: true

Size: 708 Bytes

Versions: 9

Compression:

Stored size: 708 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/FrozenStringLiteralComment:
  Enabled: false

Layout/LineLength:
  Max: 120

Style/AsciiComments:
  Enabled: false

Style/ClassVars:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/GlobalVars:
  Enabled: false

Style/BlockDelimiters:
  EnforcedStyle: braces_for_chaining

Style/ModuleFunction:
  EnforcedStyle: extend_self

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

Metrics/ClassLength:
  Max: 200

Metrics/MethodLength:
  Max: 15

Security/YAMLLoad:
  Enabled: false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
belated-0.5.2 .rubocop.yml
belated-0.5.1 .rubocop.yml
belated-0.5.0 .rubocop.yml
belated-0.4.4 .rubocop.yml
belated-0.4.3 .rubocop.yml
belated-0.4.2 .rubocop.yml
belated-0.4.1 .rubocop.yml
belated-0.4.0 .rubocop.yml
belated-0.3.3 .rubocop.yml