Sha256: 68c6ccc926538fa0cd46da4faace217597a2c528b15f2b39ecd1dc9252ba441b

Contents?: true

Size: 1.29 KB

Versions: 2

Compression:

Stored size: 1.29 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-06-26 14:23:03 +0200 using RuboCop version 0.57.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 12
Metrics/AbcSize:
  Max: 55

# Offense count: 1
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
  Max: 44

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 303

# Offense count: 6
Metrics/CyclomaticComplexity:
  Max: 13

# Offense count: 16
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 49

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ModuleLength:
  Max: 106

# Offense count: 1
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
  Max: 6

# Offense count: 6
Metrics/PerceivedComplexity:
  Max: 15

# Offense count: 2
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: io, id, to, by, on, in, at
Naming/UncommunicativeMethodParamName:
  Exclude:
    - 'lib/capybara/screenshot/diff/image_compare.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
capybara-screenshot-diff-0.14.1 .rubocop_todo.yml
capybara-screenshot-diff-0.14.0 .rubocop_todo.yml