Sha256: 420256cf6bf6466b88bc0649da27bd063e0755dccc1b86c8162e5bc4e7aa9f9e

Contents?: true

Size: 626 Bytes

Versions: 9

Compression:

Stored size: 626 Bytes

Contents

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

# No need to handle LoadError in spec helper
Lint/HandleExceptions:
  Exclude:
    - spec/spec_helper.rb

Style/FileName:
  Exclude:
    - 'lib/dry-component.rb'

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

# Ain't nobody got time for that!
Style/MethodCallParentheses:
  Enabled: false

Style/Lambda:
  Enabled: false

Style/BlockDelimiters:
  Enabled: false

Style/LambdaCall:
  EnforcedStyle: braces

Style/MultilineBlockChain:
  Enabled: false

Style/StabbyLambdaParentheses:
  EnforcedStyle: require_no_parentheses

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
dry-system-0.6.0 .rubocop.yml
dry-system-0.5.1 .rubocop.yml
dry-system-0.5.0 .rubocop.yml
dry-component-0.4.3 .rubocop.yml
dry-component-0.4.2 .rubocop.yml
dry-component-0.3.0 .rubocop.yml
dry-component-0.2.0 .rubocop.yml
dry-component-0.1.0 .rubocop.yml
dry-component-0.0.1 .rubocop.yml