Sha256: 77c873a2b8c09a71ac304243c079d4d22d08f2534f7c632dba1e3c3e25fa4966

Contents?: true

Size: 391 Bytes

Versions: 10

Compression:

Stored size: 391 Bytes

Contents

# Generated by `rubocop --auto-gen-config`
inherit_from: .rubocop_todo.yml

Metrics/LineLength:
  Max: 100

Style/CaseEquality:
  Enabled: false

# No need to handle LoadError in Rakefile
Lint/HandleExceptions:
  Exclude:
    - Rakefile
    - rakelib/rubocop.rake

# Documentation checked by Inch CI
Style/Documentation:
  Enabled: false

# Allow rom-http
Style/FileName:
    Enabled: false

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rom-http-0.7.0 .rubocop.yml
rom-http-0.6.0 .rubocop.yml
rom-http-0.6.0.rc1 .rubocop.yml
rom-http-0.5.0 .rubocop.yml
rom-http-0.4.0 .rubocop.yml
rom-http-0.3.0 .rubocop.yml
rom-http-0.2.0 .rubocop.yml
rom-http-0.2.0.beta1 .rubocop.yml
rom-http-0.1.2 .rubocop.yml
rom-http-0.1.1 .rubocop.yml