Sha256: bc9a475ab0e5785c0308d1f946e9191f220edadbdaa72ee354bb9c11c9941ddb

Contents?: true

Size: 494 Bytes

Versions: 2

Compression:

Stored size: 494 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/Documentation:
  Enabled: false

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

2 entries across 2 versions & 1 rubygems

Version Path
capybara-screenshot-diff-0.4.0 .rubocop.yml
capybara-screenshot-diff-0.3.0 .rubocop.yml