Sha256: 557b738365f4c1ad9765fb26f20903d38199756f0d4fbddd7a6fae4e08432658

Contents?: true

Size: 546 Bytes

Versions: 4

Compression:

Stored size: 546 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.1
  Exclude:
    - 'examples/rails/config/**/*'

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

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

Metrics/CyclomaticComplexity:
  Max: 9

Metrics/LineLength:
  Enabled: false

Metrics/MethodLength:
  CountComments: false
  Max: 19

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yoti-1.3.1 rubocop.yml
yoti-1.3.0 rubocop.yml
yoti-1.2.1 rubocop.yml
yoti-1.2.0 rubocop.yml