Sha256: c3e0c1b4daebee9acf92a7e26f21b8e865df08a85c14d36c898275ca82df6b67

Contents?: true

Size: 500 Bytes

Versions: 3

Compression:

Stored size: 500 Bytes

Contents

AllCops:
  Exclude:
    - gemfiles/**/*
  TargetRubyVersion: 2.5
  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

3 entries across 3 versions & 1 rubygems

Version Path
operator_recordable-1.4.0 .rubocop.yml
operator_recordable-1.3.1 .rubocop.yml
operator_recordable-1.3.0 .rubocop.yml