Sha256: 017cbf3e1d2be12ffdbb02508be911f385d2b03f7ebe355dabfbc85b1d26518e

Contents?: true

Size: 500 Bytes

Versions: 1

Compression:

Stored size: 500 Bytes

Contents

AllCops:
  Exclude:
    - gemfiles/**/*
  TargetRubyVersion: 2.7
  NewCops: enable

Style/AsciiComments:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/RedundantSelf:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/EndOfLine:
  Enabled: true
  EnforcedStyle: lf

Layout/LineLength:
  Max: 128

Metrics/AbcSize:
  Exclude:
    - spec/**/*

Metrics/BlockLength:
  Exclude:
    - spec/**/*

Metrics/MethodLength:
  Exclude:
    - spec/**/*

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
operator_recordable-2.0.0 .rubocop.yml