Sha256: f87f109abb9aa29f133e96afd4e119747a3adf7094bb87d88d6f6c2565b1ce2a

Contents?: true

Size: 437 Bytes

Versions: 2

Compression:

Stored size: 437 Bytes

Contents

AllCops:
  Exclude:
    - gemfiles/**/*
  TargetRubyVersion: 2.5

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
operator_recordable-1.2.0 .rubocop.yml
operator_recordable-1.1.0 .rubocop.yml