Sha256: 3764d40aaeec2f1480e6a5d808dd4b4689e0ce2fa0a59014e849b0cf5a35f274

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

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

Metrics/LineLength:
  Max: 100

# 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

2 entries across 2 versions & 1 rubygems

Version Path
rom-http-0.1.0 .rubocop.yml
rom-http-0.0.1 .rubocop.yml