.rubocop_todo.yml in cryptum-0.0.261 vs .rubocop_todo.yml in cryptum-0.0.262
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2022-12-02 18:49:14 UTC using RuboCop version 1.39.0.
+# on 2022-12-02 19:50:43 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.
@@ -100,11 +100,11 @@
- 'lib/cryptum/api.rb'
- 'lib/cryptum/ui/order_execution.rb'
- 'lib/cryptum/ui/order_plan.rb'
- 'lib/cryptum/ui/order_timer.rb'
-# Offense count: 54
+# Offense count: 56
Lint/UselessAssignment:
Exclude:
- 'bin/cryptum-forecast'
- 'lib/cryptum.rb'
- 'lib/cryptum/api.rb'
@@ -121,11 +121,11 @@
- 'lib/cryptum/ui/ticker.rb'
# Offense count: 39
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
- Max: 401
+ Max: 400
# Offense count: 7
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
# AllowedMethods: refine
Metrics/BlockLength:
@@ -137,26 +137,26 @@
Max: 4
# Offense count: 16
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/CyclomaticComplexity:
- Max: 72
+ Max: 73
# Offense count: 56
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/MethodLength:
- Max: 391
+ Max: 387
# Offense count: 15
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 538
# Offense count: 17
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/PerceivedComplexity:
- Max: 75
+ Max: 76
# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
# SupportedStyles: assign_to_condition, assign_inside_condition
@@ -219,18 +219,16 @@
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/StringChars:
Exclude:
- 'lib/cryptum.rb'
-# Offense count: 3
+# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
# SupportedStyles: single_quotes, double_quotes
Style/StringLiterals:
Exclude:
- - 'lib/cryptum/ui/order_execution.rb'
- - 'lib/cryptum/ui/order_timer.rb'
- 'lib/cryptum/ui/portfolio.rb'
# Offense count: 2
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: .
@@ -245,10 +243,10 @@
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
Style/TrailingCommaInArrayLiteral:
Exclude:
- 'lib/cryptum/matrix.rb'
-# Offense count: 14
+# Offense count: 15
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 216