Sha256: 22e918583500c311930df0fc2e894e2cebe30bbb5ff5d5dec5773ebe519b6a6f

Contents?: true

Size: 1.34 KB

Versions: 1

Compression:

Stored size: 1.34 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-04-11 18:39:44 +0200 using RuboCop version 0.67.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: 50

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

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

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

# Offense count: 15
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
  Max: 49

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

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

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capybara-screenshot-diff-1.1.0 .rubocop_todo.yml