.rubocop_todo.yml in cryptum-0.0.270 vs .rubocop_todo.yml in cryptum-0.0.271

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2022-12-05 22:19:37 UTC using RuboCop version 1.39.0. +# on 2022-12-05 23:34:03 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. @@ -125,18 +125,19 @@ # Offense count: 19 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/PerceivedComplexity: Max: 76 -# Offense count: 3 +# Offense count: 4 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions. # SupportedStyles: assign_to_condition, assign_inside_condition Style/ConditionalAssignment: Exclude: - 'lib/cryptum/event/pane.rb' - 'lib/cryptum/option.rb' + - 'lib/cryptum/ui/order_execute_details.rb' # Offense count: 1 # Configuration parameters: AllowedConstants. Style/Documentation: Exclude: @@ -215,11 +216,11 @@ # SupportedStylesForMultiline: comma, consistent_comma, no_comma Style/TrailingCommaInArrayLiteral: Exclude: - 'lib/cryptum/matrix.rb' -# Offense count: 21 +# Offense count: 22 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: - Max: 221 + Max: 216