.rubocop_todo.yml in cryptum-0.0.296 vs .rubocop_todo.yml in cryptum-0.0.297
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2022-12-08 03:39:16 UTC using RuboCop version 1.39.0.
+# on 2022-12-08 22:21:57 UTC using RuboCop version 1.40.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.
@@ -71,10 +71,18 @@
Layout/MultilineOperationIndentation:
Exclude:
- 'lib/cryptum/ui/order_execution.rb'
- 'lib/cryptum/ui/ticker.rb'
+# Offense count: 1
+# This cop supports safe autocorrection (--autocorrect).
+# Configuration parameters: AllowForAlignment, EnforcedStyleForExponentOperator.
+# SupportedStylesForExponentOperator: space, no_space
+Layout/SpaceAroundOperators:
+ Exclude:
+ - 'lib/cryptum/ui/order_execution.rb'
+
# Offense count: 13
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowInHeredoc.
Layout/TrailingWhitespace:
Exclude:
@@ -83,18 +91,18 @@
- '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: 47
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
- Max: 407
+ Max: 419
# Offense count: 7
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
# AllowedMethods: refine
Metrics/BlockLength:
@@ -106,26 +114,26 @@
Max: 4
# Offense count: 19
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/CyclomaticComplexity:
- Max: 76
+ Max: 75
# Offense count: 68
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/MethodLength:
- Max: 390
+ Max: 406
# Offense count: 17
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 538
-# Offense count: 19
+# Offense count: 20
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/PerceivedComplexity:
- Max: 79
+ Max: 78
# Offense count: 5
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
# SupportedStyles: assign_to_condition, assign_inside_condition
@@ -214,11 +222,11 @@
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
Style/TrailingCommaInArrayLiteral:
Exclude:
- 'lib/cryptum/matrix.rb'
-# Offense count: 21
+# Offense count: 27
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
- Max: 216
+ Max: 222