diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 322a02f..80588fa 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2024-11-01 15:41:16 UTC using RuboCop version 1.68.0. +# on 2025-01-17 11:30:17 UTC using RuboCop version 1.70.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 @@ -14,7 +14,7 @@ Metrics/AbcSize: # Offense count: 2 # Configuration parameters: CountComments, CountAsOne. Metrics/ClassLength: - Max: 118 + Max: 120 # Offense count: 2 # Configuration parameters: AllowedMethods, AllowedPatterns. @@ -66,7 +66,7 @@ Style/OptionalBooleanParameter: # Offense count: 18 # This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns. +# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings. # URISchemes: http, https Layout/LineLength: Max: 246