.rubocop_todo.yml in cryptum-0.0.254 vs .rubocop_todo.yml in cryptum-0.0.255
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2022-11-30 17:25:04 UTC using RuboCop version 1.39.0.
+# on 2022-12-01 03:19:16 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.
@@ -101,15 +101,10 @@
- 'lib/cryptum/api.rb'
- 'lib/cryptum/ui/order_execution.rb'
- 'lib/cryptum/ui/order_plan.rb'
- 'lib/cryptum/ui/order_timer.rb'
-# Offense count: 1
-Lint/NonLocalExitFromIterator:
- Exclude:
- - 'lib/cryptum/web_sock/event_machine.rb'
-
# Offense count: 51
Lint/UselessAssignment:
Exclude:
- 'bin/cryptum-forecast'
- 'lib/cryptum.rb'
@@ -123,44 +118,44 @@
- 'lib/cryptum/ui/order_plan.rb'
- 'lib/cryptum/ui/portfolio.rb'
- 'lib/cryptum/ui/signal_engine.rb'
- 'lib/cryptum/ui/ticker.rb'
-# Offense count: 38
+# Offense count: 39
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
- Max: 371
+ Max: 384
# Offense count: 7
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
# AllowedMethods: refine
Metrics/BlockLength:
- Max: 94
+ Max: 117
# Offense count: 4
# Configuration parameters: CountBlocks.
Metrics/BlockNesting:
Max: 4
# Offense count: 16
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/CyclomaticComplexity:
- Max: 70
+ Max: 72
# Offense count: 56
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/MethodLength:
- Max: 343
+ Max: 361
# Offense count: 15
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 538
-# Offense count: 16
+# Offense count: 17
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/PerceivedComplexity:
- Max: 73
+ Max: 75
# Offense count: 1
# Configuration parameters: AllowedConstants.
Style/Documentation:
Exclude: