Sha256: 32b37333186d14c8a812eb841e1f659e9a206661c95be4d6579f26d851b83b1f

Contents?: true

Size: 882 Bytes

Versions: 1

Compression:

Stored size: 882 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.4
  Exclude:
    - 'examples/rails/config/**/*'
    - 'lib/yoti/protobuf/attrpubapi/*'
    - 'lib/yoti/protobuf/compubapi/*'

Metrics/AbcSize:
  Max: 23
  Exclude:
    - examples/rails/app/controllers/yoti_controller.rb

Metrics/BlockLength:
  Exclude:
    - spec/**/**/*.rb
    - yoti.gemspec

Metrics/CyclomaticComplexity:
  Max: 9

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  CountComments: false
  Max: 19
  Exclude:
    - spec/yoti/data_type/multi_value_spec.rb

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Naming/MethodName:
  Exclude:
    - lib/yoti/util/anchor_processor.rb

Naming/PredicateName:
  Exclude:
    - lib/yoti/util/age_processor.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yoti-1.4.0 rubocop.yml