Sha256: b8c7b269e9e5ff51804adebc02cb607b780b344dbbc6091fb8b3ab79e7d6a070

Contents?: true

Size: 539 Bytes

Versions: 1

Compression:

Stored size: 539 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true

Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation
  IndentationWidth: 4

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented

Lint/Debugger:
  Enabled: false

Metrics/ClassLength:
  Max: 101

Metrics/LineLength:
  Max: 110

Style/Documentation:
  Enabled: false

Style/NumericPredicate:
  Enabled: false

Style/SignalException:
  EnforcedStyle: semantic

Version data entries

1 entries across 1 versions & 1 rubygems

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