.rubocop.yml in resque-scheduler-2.3.1 vs .rubocop.yml in resque-scheduler-2.4.0
- old
+ new
@@ -1,9 +1,12 @@
# This configuration was generated by `rubocop --auto-gen-config`.
# The point is for the user to remove these configuration records
# one by one as the offences are removed from the code base.
+AccessorMethodName:
+ Enabled: false
+
AlignParameters:
Enabled: false
AssignmentInCondition:
Enabled: false
@@ -13,11 +16,11 @@
CaseEquality:
Enabled: false
ClassLength:
- Enabled: false
+ Max: 300
ClassVars:
Enabled: false
CollectionMethods:
@@ -28,21 +31,15 @@
CommentAnnotation:
Enabled: false
CyclomaticComplexity:
- Enabled: false
+ Max: 18
Documentation:
Enabled: false
-EmptyLines:
- Enabled: false
-
-EmptyLinesAroundBody:
- Enabled: false
-
Encoding:
Enabled: false
FavorUnlessOverNegatedIf:
Enabled: false
@@ -57,31 +54,34 @@
Enabled: false
IfUnlessModifier:
Enabled: false
-LineLength:
+IndentationWidth:
Enabled: false
+LineLength:
+ Max: 152
+
Loop:
Enabled: false
MethodCallParentheses:
Enabled: false
MethodLength:
- Enabled: false
+ Max: 90
ModuleFunction:
Enabled: false
NumericLiterals:
Enabled: false
ParenthesesAroundCondition:
Enabled: false
-PerlBackrefs:
+PredicateName:
Enabled: false
RedundantBegin:
Enabled: false