Sha256: 90545cc2c6aaaa6219a00e44f79ca334010972c2309c2346a0cccc4059d57aad

Contents?: true

Size: 455 Bytes

Versions: 1

Compression:

Stored size: 455 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true

Lint/Debugger:
  Enabled: false

Metrics/ClassLength:
  Max: 101

Metrics/LineLength:
  Max: 110

Style/MultilineMethodCallIndentation:
  EnforcedStyle: indented
  IndentationWidth: 4

Style/NumericPredicate:
  Enabled: false

Style/SignalException:
  EnforcedStyle: semantic

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation
  IndentationWidth: 4

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capybara-screenshot-diff-0.2.1 .rubocop.yml