.rubocop_todo.yml in cryptum-0.0.262 vs .rubocop_todo.yml in cryptum-0.0.263

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2022-12-02 19:50:43 UTC using RuboCop version 1.39.0. +# on 2022-12-02 23:03:00 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,59 +100,60 @@ - 'lib/cryptum/api.rb' - 'lib/cryptum/ui/order_execution.rb' - 'lib/cryptum/ui/order_plan.rb' - 'lib/cryptum/ui/order_timer.rb' -# Offense count: 56 +# Offense count: 66 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/cancel.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' -# Offense count: 39 +# Offense count: 41 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: Max: 400 # Offense count: 7 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. # AllowedMethods: refine Metrics/BlockLength: - Max: 139 + Max: 145 # Offense count: 4 # Configuration parameters: CountBlocks. Metrics/BlockNesting: Max: 4 -# Offense count: 16 +# Offense count: 18 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/CyclomaticComplexity: Max: 73 -# Offense count: 56 +# Offense count: 60 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/MethodLength: - Max: 387 + Max: 383 # Offense count: 15 # Configuration parameters: CountComments, CountAsOne. Metrics/ModuleLength: Max: 538 -# Offense count: 17 +# Offense count: 18 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/PerceivedComplexity: Max: 76 # Offense count: 1