Sha256: 171abf955c6115c7156af6879f096e323a2b42f2378f20c2b29b4b003630c2db

Contents?: true

Size: 1.3 KB

Versions: 2

Compression:

Stored size: 1.3 KB

Contents

# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-12-21 12:37:35 -0500 using RuboCop version 0.28.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: 2
# Configuration parameters: AllowSafeAssignment.
Lint/AssignmentInCondition:
  Enabled: false

# Offense count: 16
Metrics/AbcSize:
  Max: 42

# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 105

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

# Offense count: 18
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 34

# Offense count: 1
Style/CaseEquality:
  Enabled: false

# Offense count: 1
Style/EachWithObject:
  Enabled: false

# Offense count: 3
# Configuration parameters: Exclude.
Style/FileName:
  Enabled: false

# Offense count: 6
# Configuration parameters: MinBodyLength.
Style/GuardClause:
  Enabled: false

# Offense count: 6
# Configuration parameters: MaxLineLength.
Style/IfUnlessModifier:
  Enabled: false

# Offense count: 1
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
Style/Next:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
resque-scheduler-4.0.0 .rubocop_todo.yml
resque-scheduler-3.1.0 .rubocop_todo.yml