.rubocop_todo.yml in cryptum-0.0.243 vs .rubocop_todo.yml in cryptum-0.0.244

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2022-07-05 23:36:07 UTC using RuboCop version 1.31.1. +# on 2022-07-06 00:27:10 UTC using RuboCop version 1.31.1. # 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. @@ -18,16 +18,17 @@ # This cop supports safe autocorrection (--autocorrect). Layout/ClosingParenthesisIndentation: Exclude: - 'lib/cryptum/ui/order_execution.rb' -# Offense count: 1 +# Offense count: 2 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowForAlignment. Layout/CommentIndentation: Exclude: - 'lib/cryptum/api.rb' + - 'lib/cryptum/ui/order_execution.rb' # Offense count: 4 # This cop supports safe autocorrection (--autocorrect). Layout/EmptyLineAfterGuardClause: Exclude: @@ -46,26 +47,25 @@ # Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAlignment. Layout/ExtraSpacing: Exclude: - 'lib/cryptum/ui/order_plan.rb' -# Offense count: 2 +# 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' -# Offense count: 2 +# Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle. # SupportedStyles: normal, indented_internal_methods Layout/IndentationConsistency: Exclude: - 'lib/cryptum/api.rb' - - 'lib/cryptum/ui/order_execution.rb' # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: IndentationWidth, EnforcedStyle. # SupportedStyles: spaces, tabs @@ -121,27 +121,27 @@ - 'lib/cryptum/ui/ticker.rb' # Offense count: 38 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: - Max: 370 + Max: 371 # Offense count: 7 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. # IgnoredMethods: refine Metrics/BlockLength: Max: 84 -# Offense count: 3 +# Offense count: 4 # Configuration parameters: CountBlocks. Metrics/BlockNesting: Max: 4 # Offense count: 15 # Configuration parameters: IgnoredMethods. Metrics/CyclomaticComplexity: - Max: 69 + Max: 70 # Offense count: 56 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. Metrics/MethodLength: Max: 343 @@ -152,10 +152,10 @@ Max: 538 # Offense count: 16 # Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: - Max: 72 + Max: 73 # Offense count: 1 # Configuration parameters: AllowedConstants. Style/Documentation: Exclude: