Sha256: 69ceabe552d3e987ddb22c758066197005b726068ef93c97d634374d291fd8cf

Contents?: true

Size: 852 Bytes

Versions: 1

Compression:

Stored size: 852 Bytes

Contents

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

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

Style/StringLiterals:
  Enabled: false

Style/PercentLiteralDelimiters:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/SignalException:
  EnforcedStyle: only_raise

Naming/FileName:
  Exclude:
    - Gemfile

Metrics/MethodLength:
  CountComments: false
  Max: 25

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

Metrics/AbcSize:
  Max: 25

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

Metrics/LineLength:
  Max: 90

Metrics/ClassLength:
  Enabled: false

Layout/DotPosition:
  EnforcedStyle: trailing

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
onfido-0.8.4 .rubocop.yml