Sha256: 249677ac8609b6966558c341073c250f0433f3273b2f1f11a37f55436e614d2c

Contents?: true

Size: 426 Bytes

Versions: 1

Compression:

Stored size: 426 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.3

Metrics/BlockLength:
  ExcludedMethods:
    - 'describe'

Metrics/LineLength:
  Max: 100

Style/Documentation:
  Enabled: false

Naming/FileName:
  Exclude:
    - 'lib/omniauth-sageone.rb'

Style/RegexpLiteral:
  Exclude:
    - 'Guardfile'

RSpec/DescribedClass:
  EnforcedStyle: explicit

RSpec/FilePath:
  Exclude:
    - 'spec/omniauth/strategies/sage_one_spec.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-sageone-0.4.0 .rubocop.yml