Sha256: ce11fa92a7887f8bfb71e6c807b21bfc0d7c38b0e34ec638f9d0ea5ed9a2f46c

Contents?: true

Size: 685 Bytes

Versions: 2

Compression:

Stored size: 685 Bytes

Contents

# For all options see https://github.com/bbatsov/rubocop/tree/master/config

AllCops:
  Include:
    - Rakefile
    - lib/tasks/*.rake
  Exclude:
    - vendor/**/*
    - .*/**
    - spec/fixtures/**/*

Style/StringLiterals:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/SignalException:
  EnforcedStyle: only_raise

Metrics/MethodLength:
  CountComments: false
  Max: 25

Metrics/AbcSize:
  Max: 25

# Don't require utf-8 encoding comment
Style/Encoding:
  Enabled: false

Metrics/LineLength:
  Max: 90

Metrics/ClassLength:
  Enabled: false

Style/DotPosition:
  EnforcedStyle: trailing

# Allow class and message or instance raises
Style/RaiseArgs:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
onfido-0.8.2 .rubocop.yml
onfido-0.8.1 .rubocop.yml