.rubocop_todo.yml in cryptum-0.0.253 vs .rubocop_todo.yml in cryptum-0.0.254
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2022-07-06 00:27:10 UTC using RuboCop version 1.31.1.
+# on 2022-11-30 17:25:04 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,10 +101,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: 1
+Lint/NonLocalExitFromIterator:
+ Exclude:
+ - 'lib/cryptum/web_sock/event_machine.rb'
+
# Offense count: 51
Lint/UselessAssignment:
Exclude:
- 'bin/cryptum-forecast'
- 'lib/cryptum.rb'
@@ -119,42 +124,42 @@
- 'lib/cryptum/ui/portfolio.rb'
- 'lib/cryptum/ui/signal_engine.rb'
- 'lib/cryptum/ui/ticker.rb'
# Offense count: 38
-# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
+# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 371
# Offense count: 7
-# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
-# IgnoredMethods: refine
+# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
+# AllowedMethods: refine
Metrics/BlockLength:
- Max: 84
+ Max: 94
# Offense count: 4
# Configuration parameters: CountBlocks.
Metrics/BlockNesting:
Max: 4
-# Offense count: 15
-# Configuration parameters: IgnoredMethods.
+# Offense count: 16
+# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/CyclomaticComplexity:
Max: 70
# Offense count: 56
-# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
+# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/MethodLength:
Max: 343
# Offense count: 15
# Configuration parameters: CountComments, CountAsOne.
Metrics/ModuleLength:
Max: 538
# Offense count: 16
-# Configuration parameters: IgnoredMethods.
+# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/PerceivedComplexity:
Max: 73
# Offense count: 1
# Configuration parameters: AllowedConstants.
@@ -181,10 +186,10 @@
Exclude:
- 'lib/cryptum/api.rb'
# Offense count: 4
# This cop supports safe autocorrection (--autocorrect).
-# Configuration parameters: Strict, AllowedNumbers.
+# Configuration parameters: Strict, AllowedNumbers, AllowedPatterns.
Style/NumericLiterals:
MinDigits: 7
# Offense count: 2
# This cop supports unsafe autocorrection (--autocorrect-all).