.rubocop_todo.yml in cryptum-0.0.267 vs .rubocop_todo.yml in cryptum-0.0.268

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2022-12-03 04:05:10 UTC using RuboCop version 1.39.0. +# on 2022-12-05 18:21:06 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. @@ -41,17 +41,10 @@ Exclude: - 'lib/cryptum/api.rb' # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment. -Layout/ExtraSpacing: - Exclude: - - 'lib/cryptum/ui/order_plan.rb' - -# Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, IndentationWidth. # SupportedStyles: consistent, consistent_relative_to_receiver, special_for_inner_method_call, special_for_inner_method_call_in_parentheses Layout/FirstArgumentIndentation: Exclude: - 'lib/cryptum/ui/order_execution.rb' @@ -80,18 +73,10 @@ Exclude: - 'lib/cryptum/order_book/market_trend.rb' - 'lib/cryptum/ui/order_execution.rb' - 'lib/cryptum/ui/ticker.rb' -# Offense count: 1 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: AllowForAlignment, EnforcedStyleForExponentOperator. -# SupportedStylesForExponentOperator: space, no_space -Layout/SpaceAroundOperators: - Exclude: - - 'lib/cryptum/ui/order_plan.rb' - # Offense count: 13 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowInHeredoc. Layout/TrailingWhitespace: Exclude: @@ -100,18 +85,18 @@ - 'lib/cryptum/api.rb' - 'lib/cryptum/ui/order_execution.rb' - 'lib/cryptum/ui/order_plan.rb' - 'lib/cryptum/ui/order_timer.rb' -# Offense count: 75 +# Offense count: 81 Lint/UselessAssignment: Enabled: false -# Offense count: 47 +# Offense count: 49 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: - Max: 400 + Max: 405 # Offense count: 7 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. # AllowedMethods: refine Metrics/BlockLength: @@ -120,26 +105,26 @@ # Offense count: 4 # Configuration parameters: CountBlocks. Metrics/BlockNesting: Max: 4 -# Offense count: 19 +# Offense count: 20 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/CyclomaticComplexity: Max: 73 -# Offense count: 66 +# Offense count: 68 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/MethodLength: - Max: 383 + Max: 389 -# Offense count: 16 +# Offense count: 17 # Configuration parameters: CountComments, CountAsOne. Metrics/ModuleLength: Max: 538 -# Offense count: 18 +# Offense count: 19 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/PerceivedComplexity: Max: 76 # Offense count: 1 @@ -191,9 +176,15 @@ # Offense count: 2 # This cop supports safe autocorrection (--autocorrect). Style/RedundantAssignment: Exclude: - 'lib/cryptum/api.rb' + +# Offense count: 1 +# This cop supports unsafe autocorrection (--autocorrect-all). +Style/RedundantInterpolation: + Exclude: + - 'lib/cryptum/ui/order_execute_details.rb' # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowMultipleReturnValues. Style/RedundantReturn: