Sha256: 914e5718dfe4ee2b610db531512df8739c0e0214006d05a6f0a1b87410c585d0

Contents?: true

Size: 1006 Bytes

Versions: 5

Compression:

Stored size: 1006 Bytes

Contents

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

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

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

Metrics/CyclomaticComplexity:
  Max: 9

Metrics/ClassLength:
  Enabled: false
  Max: 115

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  Enabled: false
  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

5 entries across 5 versions & 1 rubygems

Version Path
yoti-1.6.4 rubocop.yml
yoti-1.6.3 rubocop.yml
yoti-1.6.2 rubocop.yml
yoti-1.6.1 rubocop.yml
yoti-1.6.0 rubocop.yml