Sha256: b233f155e23de22c96119ea68789457242e286757074efb9732759f5f40c7595

Contents?: true

Size: 810 Bytes

Versions: 8

Compression:

Stored size: 810 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable
  Exclude:
    - 'dummy/**/*'
    - 'vendor/**/*'
    - '*gemspec'

Lint/HashCompareByIdentity:
  Enabled: false

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/GlobalVars:
  Enabled: false

Style/BlockDelimiters:
  EnforcedStyle: braces_for_chaining

Style/ModuleFunction:
  EnforcedStyle: extend_self

Metrics/AbcSize:
  Max: 17

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

Metrics/ClassLength:
  Max: 200

Metrics/MethodLength:
  Max: 15

Security/YAMLLoad:
  Enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
belated-0.9.0 .rubocop.yml
belated-0.8.3 .rubocop.yml
belated-0.8.2 .rubocop.yml
belated-0.8.1 .rubocop.yml
belated-0.8.0 .rubocop.yml
belated-0.7.0 .rubocop.yml
belated-0.6.7 .rubocop.yml
belated-0.6.6 .rubocop.yml