Sha256: 0dc291d9f1078850421c486790c4301024b5137a3e78e3bb4ad5102a3f8b33ba

Contents?: true

Size: 646 Bytes

Versions: 2

Compression:

Stored size: 646 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.4

Metrics/AbcSize:
  Enabled: false
  Max: 23

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

Metrics/ClassLength:
  Enabled: false
  Max: 115

Metrics/ModuleLength:
  Exclude:
    - examples/doc_scan/**/*.rb

Metrics/CyclomaticComplexity:
  Max: 9

Metrics/MethodLength:
  Enabled: false
  CountComments: false
  Max: 19

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Layout/LineLength:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yoti_sandbox-1.2.1 rubocop.yml
yoti_sandbox-1.2.0 rubocop.yml