Sha256: f8b0b3f5ff9a2c1dcd553824f159e683d8f1326b47911965bb9fa6a6e2ce30f8

Contents?: true

Size: 675 Bytes

Versions: 3

Compression:

Stored size: 675 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

Security/YAMLLoad:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
belated-0.3.2 .rubocop.yml
belated-0.3.1 .rubocop.yml
belated-0.3.0 .rubocop.yml