.rubocop_todo.yml in cryptum-0.0.257 vs .rubocop_todo.yml in cryptum-0.0.258

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2022-12-01 19:02:17 UTC using RuboCop version 1.39.0. +# on 2022-12-01 23:43: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. @@ -101,37 +101,38 @@ - 'lib/cryptum/api.rb' - 'lib/cryptum/ui/order_execution.rb' - 'lib/cryptum/ui/order_plan.rb' - 'lib/cryptum/ui/order_timer.rb' -# Offense count: 51 +# Offense count: 52 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/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/portfolio.rb' - 'lib/cryptum/ui/signal_engine.rb' - 'lib/cryptum/ui/ticker.rb' # Offense count: 39 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: - Max: 388 + Max: 387 # Offense count: 7 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. # AllowedMethods: refine Metrics/BlockLength: - Max: 135 + Max: 141 # Offense count: 4 # Configuration parameters: CountBlocks. Metrics/BlockNesting: Max: 4 @@ -205,16 +206,10 @@ # Configuration parameters: AllowMultipleReturnValues. Style/RedundantReturn: Exclude: - 'lib/cryptum.rb' -# Offense count: 4 -# This cop supports safe autocorrection (--autocorrect). -Style/RedundantSelf: - Exclude: - - 'lib/cryptum/event/history.rb' - # Offense count: 1 # This cop supports unsafe autocorrection (--autocorrect-all). Style/StringChars: Exclude: - 'lib/cryptum.rb' @@ -242,10 +237,10 @@ # SupportedStylesForMultiline: comma, consistent_comma, no_comma Style/TrailingCommaInArrayLiteral: Exclude: - 'lib/cryptum/matrix.rb' -# Offense count: 16 +# Offense count: 14 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: Max: 216