.rubocop_todo.yml in cryptum-0.0.272 vs .rubocop_todo.yml in cryptum-0.0.273
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2022-12-06 15:52:44 UTC using RuboCop version 1.39.0.
+# on 2022-12-06 22:57:28 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: 85
+# Offense count: 87
Lint/UselessAssignment:
Enabled: false
-# Offense count: 48
+# Offense count: 47
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 405
# Offense count: 7
@@ -105,11 +105,11 @@
# Offense count: 4
# Configuration parameters: CountBlocks.
Metrics/BlockNesting:
Max: 4
-# Offense count: 19
+# Offense count: 20
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/CyclomaticComplexity:
Max: 73
# Offense count: 68
@@ -120,22 +120,23 @@
# Offense count: 18
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 538
-# Offense count: 19
+# Offense count: 20
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/PerceivedComplexity:
Max: 76
-# Offense count: 3
+# Offense count: 4
# 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'
+ - 'lib/cryptum/ui/order_execute_details.rb'
# Offense count: 1
# Configuration parameters: AllowedConstants.
Style/Documentation:
Exclude: