.rubocop_todo.yml in cryptum-0.0.298 vs .rubocop_todo.yml in cryptum-0.0.299

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2022-12-08 22:21:57 UTC using RuboCop version 1.40.0. +# on 2022-12-08 22:50:47 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. @@ -98,11 +98,11 @@ Enabled: false # Offense count: 47 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes. Metrics/AbcSize: - Max: 419 + Max: 418 # Offense count: 7 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods. # AllowedMethods: refine Metrics/BlockLength: @@ -124,11 +124,11 @@ Max: 406 # Offense count: 17 # Configuration parameters: CountComments, CountAsOne. Metrics/ModuleLength: - Max: 538 + Max: 539 # Offense count: 20 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods. Metrics/PerceivedComplexity: Max: 78 @@ -222,10 +222,10 @@ # SupportedStylesForMultiline: comma, consistent_comma, no_comma Style/TrailingCommaInArrayLiteral: Exclude: - 'lib/cryptum/matrix.rb' -# Offense count: 27 +# Offense count: 26 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: Max: 222