Sha256: aad0c0729066b848a1affdf68b23dfd26e88462a2b14932bb356feda21bc01cc

Contents?: true

Size: 561 Bytes

Versions: 3

Compression:

Stored size: 561 Bytes

Contents

require: rubocop-rspec

AllCops:
  DisplayCopNames: true
  NewCops: enable

# ---------------------- Layout -----------------------

Layout/LineLength:
  Max: 120

# ---------------------- Metrics ----------------------

Metrics/BlockLength:
  Exclude:
    - spec/**/*_spec.rb
    - loqate.gemspec

Naming/MethodName:
  Exclude:
    - lib/loqate/result.rb

# ----------------------- RSpec -----------------------

RSpec/ExampleLength:
  Enabled: false

# ----------------------- Style -----------------------

Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
loqate-0.12.0 .rubocop.yml
loqate-0.11.1 .rubocop.yml
loqate-0.11.0 .rubocop.yml