.rubocop_todo.yml in resque-scheduler-3.0.0 vs .rubocop_todo.yml in resque-scheduler-3.1.0
- old
+ new
@@ -1,29 +1,57 @@
# This configuration was generated by `rubocop --auto-gen-config`
-# on 2014-05-24 08:24:15 -0400 using RuboCop version 0.22.0.
+# 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: 12
-DoubleNegation:
+# 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
-EachWithObject:
+Style/CaseEquality:
Enabled: false
+# Offense count: 1
+Style/EachWithObject:
+ Enabled: false
+
# Offense count: 3
# Configuration parameters: Exclude.
-FileName:
+Style/FileName:
Enabled: false
-# Offense count: 7
+# Offense count: 6
# Configuration parameters: MinBodyLength.
-GuardClause:
+Style/GuardClause:
Enabled: false
+# Offense count: 6
+# Configuration parameters: MaxLineLength.
+Style/IfUnlessModifier:
+ Enabled: false
+
# Offense count: 1
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Next:
+# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
+Style/Next:
Enabled: false