.rubocop_todo.yml in cryptum-0.0.291 vs .rubocop_todo.yml in cryptum-0.0.293
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2022-12-06 22:57:28 UTC using RuboCop version 1.39.0.
+# on 2022-12-08 03:39:16 UTC using RuboCop version 1.39.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.
@@ -26,15 +26,14 @@
Layout/CommentIndentation:
Exclude:
- 'lib/cryptum/api.rb'
- 'lib/cryptum/ui/order_execution.rb'
-# Offense count: 4
+# Offense count: 3
# This cop supports safe autocorrection (--autocorrect).
Layout/EmptyLineAfterGuardClause:
Exclude:
- - 'lib/cryptum/order_book/market_trend.rb'
- 'lib/cryptum/ui/order_execution.rb'
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
Layout/EmptyLines:
@@ -63,17 +62,16 @@
# SupportedStyles: spaces, tabs
Layout/IndentationStyle:
Exclude:
- 'lib/cryptum/ui/order_execution.rb'
-# Offense count: 6
+# Offense count: 2
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, IndentationWidth.
# SupportedStyles: aligned, indented
Layout/MultilineOperationIndentation:
Exclude:
- - 'lib/cryptum/order_book/market_trend.rb'
- 'lib/cryptum/ui/order_execution.rb'
- 'lib/cryptum/ui/ticker.rb'
# Offense count: 13
# This cop supports safe autocorrection (--autocorrect).
@@ -85,51 +83,51 @@
- 'lib/cryptum/api.rb'
- 'lib/cryptum/ui/order_execution.rb'
- 'lib/cryptum/ui/order_plan.rb'
- 'lib/cryptum/ui/order_timer.rb'
-# Offense count: 87
+# Offense count: 85
Lint/UselessAssignment:
Enabled: false
# Offense count: 47
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
- Max: 405
+ Max: 407
# Offense count: 7
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
# AllowedMethods: refine
Metrics/BlockLength:
- Max: 146
+ Max: 144
# Offense count: 4
# Configuration parameters: CountBlocks.
Metrics/BlockNesting:
Max: 4
-# Offense count: 20
+# Offense count: 19
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/CyclomaticComplexity:
- Max: 73
+ Max: 76
# Offense count: 68
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/MethodLength:
- Max: 389
+ Max: 390
-# Offense count: 18
+# Offense count: 17
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 538
-# Offense count: 20
+# Offense count: 19
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/PerceivedComplexity:
- Max: 76
+ Max: 79
-# Offense count: 4
+# Offense count: 5
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
# SupportedStyles: assign_to_condition, assign_inside_condition
Style/ConditionalAssignment:
Exclude:
@@ -160,10 +158,10 @@
# SupportedStyles: skip_modifier_ifs, always
Style/Next:
Exclude:
- 'lib/cryptum/api.rb'
-# Offense count: 4
+# Offense count: 3
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: Strict, AllowedNumbers, AllowedPatterns.
Style/NumericLiterals:
MinDigits: 7