.rubocop_todo.yml in resque-scheduler-4.1.0 vs .rubocop_todo.yml in resque-scheduler-4.2.0
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2016-02-10 07:59:57 -0500 using RuboCop version 0.35.1.
+# on 2016-04-22 13:22:42 -0400 using RuboCop version 0.35.1.
# 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.
@@ -11,19 +11,19 @@
Lint/AssignmentInCondition:
Exclude:
- 'lib/resque/scheduler/delaying_extensions.rb'
- 'lib/resque/scheduler/env.rb'
-# Offense count: 15
+# Offense count: 16
Metrics/AbcSize:
Max: 36
# Offense count: 3
Metrics/CyclomaticComplexity:
Max: 12
-# Offense count: 1
+# Offense count: 2
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
Max: 87
# Offense count: 19
@@ -32,11 +32,11 @@
Max: 34
# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ModuleLength:
- Max: 294
+ Max: 314
# Offense count: 1
Style/CaseEquality:
Exclude:
- 'lib/resque/scheduler.rb'
@@ -52,12 +52,11 @@
Exclude:
- 'examples/config/initializers/resque-web.rb'
- 'lib/resque-scheduler.rb'
- 'test/resque-web_test.rb'
-# Offense count: 6
+# Offense count: 5
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Exclude:
- 'lib/resque/scheduler.rb'
- 'lib/resque/scheduler/lock/basic.rb'
- - 'test/support/redis_instance.rb'