Sha256: b6570a6f356b4c09b194045dd3fa7994ef93ac51d88841ee7954f831101c7c5f

Contents?: true

Size: 531 Bytes

Versions: 5

Compression:

Stored size: 531 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.2
  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/LineLength:
  Max: 110

Style/Documentation:
  Enabled: false

Style/NumericPredicate:
  Enabled: false

Style/SignalException:
  EnforcedStyle: semantic

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
capybara-screenshot-diff-0.8.0 .rubocop.yml
capybara-screenshot-diff-0.7.2 .rubocop.yml
capybara-screenshot-diff-0.7.1 .rubocop.yml
capybara-screenshot-diff-0.7.0 .rubocop.yml
capybara-screenshot-diff-0.6.0 .rubocop.yml