.rubocop.yml
# Generated by `rubocop --auto-gen-config`
inherit_from: .rubocop_todo.yml
Metrics/LineLength:
Max: 110
Lint/HandleExceptions:
Exclude:
- rakelib/*.rake
Style/LambdaCall:
EnforcedStyle: braces
Style/Documentation:
Enabled: false
Style/FileName:
Exclude:
- lib/dry-pipeline.rb