.rubocop_todo.yml in cryptum-0.0.258 vs .rubocop_todo.yml in cryptum-0.0.259

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2022-12-01 23:43:10 UTC using RuboCop version 1.39.0. +# on 2022-12-01 23:59:06 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. @@ -154,9 +154,17 @@ # Offense count: 17 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/PerceivedComplexity: Max: 75 + +# Offense count: 1 +# This cop supports safe autocorrection (--autocorrect). +# Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions. +# SupportedStyles: assign_to_condition, assign_inside_condition +Style/ConditionalAssignment: + Exclude: + - 'lib/cryptum/option.rb' # Offense count: 1 # Configuration parameters: AllowedConstants. Style/Documentation: Exclude: