.rubocop_todo.yml in cryptum-0.0.379 vs .rubocop_todo.yml in cryptum-0.0.380

- old
+ new

@@ -1,20 +1,16 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2023-03-29 14:29:26 UTC using RuboCop version 1.48.1. +# on 2023-03-30 21:02:59 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: 4 Lint/UselessAssignment: Exclude: - 'lib/cryptum/api.rb' - -# Offense count: 58 -Lint/UselessRescue: - Enabled: false # Offense count: 1 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: Max: 131