.rubocop_todo.yml in cryptum-0.0.266 vs .rubocop_todo.yml in cryptum-0.0.267
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2022-12-02 23:03:00 UTC using RuboCop version 1.39.0.
+# on 2022-12-03 04:05:10 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,30 +100,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: 66
+# Offense count: 75
Lint/UselessAssignment:
- Exclude:
- - 'bin/cryptum-forecast'
- - 'lib/cryptum.rb'
- - 'lib/cryptum/api.rb'
- - 'lib/cryptum/event.rb'
- - 'lib/cryptum/event/buy.rb'
- - 'lib/cryptum/event/scroll.rb'
- - 'lib/cryptum/order_book/generate.rb'
- - 'lib/cryptum/order_book/market_trend.rb'
- - 'lib/cryptum/ui/market_trend.rb'
- - 'lib/cryptum/ui/order_execution.rb'
- - 'lib/cryptum/ui/order_plan.rb'
- - 'lib/cryptum/ui/order_timer.rb'
- - 'lib/cryptum/ui/portfolio.rb'
- - 'lib/cryptum/ui/signal_engine.rb'
- - 'lib/cryptum/ui/ticker.rb'
+ Enabled: false
-# Offense count: 41
+# Offense count: 47
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 400
# Offense count: 7
@@ -135,21 +120,21 @@
# Offense count: 4
# Configuration parameters: CountBlocks.
Metrics/BlockNesting:
Max: 4
-# Offense count: 18
+# Offense count: 19
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/CyclomaticComplexity:
Max: 73
-# Offense count: 60
+# Offense count: 66
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/MethodLength:
Max: 383
-# Offense count: 15
+# Offense count: 16
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 538
# Offense count: 18
@@ -244,10 +229,10 @@
# SupportedStylesForMultiline: comma, consistent_comma, no_comma
Style/TrailingCommaInArrayLiteral:
Exclude:
- 'lib/cryptum/matrix.rb'
-# Offense count: 15
+# Offense count: 18
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 216