Sha256: b60a5fa443bbfdb544436ecd33d8218ca1aaaf83becc5ef93646d72701342fe5

Contents?: true

Size: 765 Bytes

Versions: 6

Compression:

Stored size: 765 Bytes

Contents

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

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/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

Metrics/ClassLength:
  Max: 200

Metrics/MethodLength:
  Max: 15

Security/YAMLLoad:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
belated-0.6.3 .rubocop.yml
belated-0.6.2 .rubocop.yml
belated-0.6.1 .rubocop.yml
belated-0.6.0 .rubocop.yml
belated-0.5.7 .rubocop.yml
belated-0.5.6 .rubocop.yml