.rubocop_todo.yml in cryptum-0.0.268 vs .rubocop_todo.yml in cryptum-0.0.269
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2022-12-05 18:21:06 UTC using RuboCop version 1.39.0.
+# on 2022-12-05 19:21:30 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.
@@ -85,15 +85,15 @@
- 'lib/cryptum/api.rb'
- 'lib/cryptum/ui/order_execution.rb'
- 'lib/cryptum/ui/order_plan.rb'
- 'lib/cryptum/ui/order_timer.rb'
-# Offense count: 81
+# Offense count: 84
Lint/UselessAssignment:
Enabled: false
-# Offense count: 49
+# Offense count: 48
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 405
# Offense count: 7
@@ -105,36 +105,37 @@
# 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
# Offense count: 68
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/MethodLength:
Max: 389
-# Offense count: 17
+# Offense count: 18
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 538
# Offense count: 19
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/PerceivedComplexity:
Max: 76
-# Offense count: 1
+# Offense count: 3
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
# SupportedStyles: assign_to_condition, assign_inside_condition
Style/ConditionalAssignment:
Exclude:
+ - 'lib/cryptum/event/pane.rb'
- 'lib/cryptum/option.rb'
# Offense count: 1
# Configuration parameters: AllowedConstants.
Style/Documentation:
@@ -176,15 +177,9 @@
# Offense count: 2
# This cop supports safe autocorrection (--autocorrect).
Style/RedundantAssignment:
Exclude:
- 'lib/cryptum/api.rb'
-
-# Offense count: 1
-# This cop supports unsafe autocorrection (--autocorrect-all).
-Style/RedundantInterpolation:
- Exclude:
- - 'lib/cryptum/ui/order_execute_details.rb'
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowMultipleReturnValues.
Style/RedundantReturn: