Sha256: f8af144836904bf55509b7c8df68d1e93ceab0651be659544558762a1b4be95d

Contents?: true

Size: 1.86 KB

Versions: 6

Compression:

Stored size: 1.86 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-11-07 04:06:55 -0800 using RuboCop version 0.60.0.
# 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: 1
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/RequiredRubyVersion:
  Exclude:
    - 'resque-unique_by_arity.gemspec'

# Offense count: 5
Metrics/AbcSize:
  Max: 97

# Offense count: 8
# Configuration parameters: CountComments, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
  Max: 525

# Offense count: 4
Metrics/CyclomaticComplexity:
  Max: 20

# Offense count: 5
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
  Max: 72

# Offense count: 4
Metrics/PerceivedComplexity:
  Max: 22

# Offense count: 4
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/resque/unique_by_arity.rb'
    - 'lib/resque/unique_by_arity/configuration.rb'
    - 'lib/resque/unique_by_arity/modulizer.rb'
    - 'lib/resque/unique_by_arity/validation.rb'

# Offense count: 3
# Configuration parameters: MinBodyLength.
Style/GuardClause:
  Exclude:
    - 'lib/resque/unique_by_arity/configuration.rb'
    - 'lib/resque/unique_by_arity/validation.rb'

# Offense count: 1
Style/IfInsideElse:
  Exclude:
    - 'lib/resque/unique_by_arity/configuration.rb'

# Offense count: 4
# Cop supports --auto-correct.
Style/IfUnlessModifier:
  Exclude:
    - 'lib/resque/unique_by_arity/configuration.rb'
    - 'lib/resque/unique_by_arity/modulizer.rb'

# Offense count: 83
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
  Max: 385

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
resque-unique_by_arity-3.0.2 .rubocop_todo.yml
resque-unique_by_arity-3.0.1 .rubocop_todo.yml
resque-unique_by_arity-3.0.0 .rubocop_todo.yml
resque-unique_by_arity-2.0.2 .rubocop_todo.yml
resque-unique_by_arity-2.0.1 .rubocop_todo.yml
resque-unique_by_arity-2.0.0 .rubocop_todo.yml