.rubocop_todo.yml in cryptum-0.0.303 vs .rubocop_todo.yml in cryptum-0.0.304

- old
+ new

@@ -1,14 +1,14 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2022-12-08 23:40:45 UTC using RuboCop version 1.40.0. +# on 2022-12-08 23:59:51 UTC using RuboCop version 1.40.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. -# Offense count: 89 +# Offense count: 88 Lint/UselessAssignment: Enabled: false # Offense count: 5 # This cop supports safe autocorrection (--autocorrect). @@ -17,9 +17,18 @@ Style/ConditionalAssignment: Exclude: - 'lib/cryptum/event/pane.rb' - 'lib/cryptum/option.rb' - 'lib/cryptum/ui/order_execute_details.rb' + +# Offense count: 2 +# This cop supports unsafe autocorrection (--autocorrect-all). +# Configuration parameters: EnforcedStyle. +# SupportedStyles: left_coerce, right_coerce, single_coerce, fdiv +Style/FloatDivision: + Exclude: + - 'lib/cryptum/ui/order_plan.rb' + - 'lib/cryptum/ui/portfolio.rb' # Offense count: 2 # This cop supports safe autocorrection (--autocorrect). Style/RedundantAssignment: Exclude: