Sha256: 3d5ab81a738609f349119cb3b99e54503462b92fe9ca79adef717315c99f1cbb

Contents?: true

Size: 560 Bytes

Versions: 2

Compression:

Stored size: 560 Bytes

Contents

inherit_from: .rubocop_todo.yml

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/MethodName:
  Enabled: false

Style/LambdaCall:
  Enabled: false

Style/StabbyLambdaParentheses:
  Enabled: false

Style/NestedParenthesizedCalls:
  Enabled: false

Style/MultilineBlockChain:
  Enabled: false

Style/GuardClause:
  Enabled: false

Metrics/LineLength:
  Max: 110

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

Lint/Debugger:
  Exclude:
    - 'bin/console'

Lint/HandleExceptions:
  Exclude:
    - 'spec/spec_helper.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dry-monads-0.0.2 .rubocop.yml
dry-monads-0.0.1 .rubocop.yml