.rubocop_todo.yml in cryptum-0.0.382 vs .rubocop_todo.yml in cryptum-0.0.383

- old
+ new

@@ -1,27 +1,24 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2023-03-31 15:11:10 UTC using RuboCop version 1.48.1. +# on 2023-03-31 21:49:04 UTC using RuboCop version 1.48.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. -# Offense count: 1 -# Configuration parameters: CountComments, CountAsOne. -Metrics/ClassLength: - Max: 131 - -# Offense count: 4 +# Offense count: 7 # 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/log.rb' + - 'lib/cryptum/ui/order/execute_details.rb' - 'lib/cryptum/ui/order_execute_details.rb' -# Offense count: 24 +# Offense count: 30 # Configuration parameters: AllowedConstants. Style/Documentation: Enabled: false # Offense count: 1