diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index c1d8b87a..ed69b335 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -277,7 +277,7 @@ Lint/UselessAssignment: # Offense count: 38 # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes. Metrics/AbcSize: - Max: 120 + Max: 124 # Offense count: 3 # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. @@ -298,12 +298,12 @@ Metrics/ClassLength: # Offense count: 20 # Configuration parameters: AllowedMethods, AllowedPatterns. Metrics/CyclomaticComplexity: - Max: 44 + Max: 45 # Offense count: 74 # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns. Metrics/MethodLength: - Max: 128 + Max: 130 # Offense count: 1 # Configuration parameters: CountComments, CountAsOne. @@ -313,7 +313,7 @@ Metrics/ModuleLength: # Offense count: 12 # Configuration parameters: AllowedMethods, AllowedPatterns. Metrics/PerceivedComplexity: - Max: 44 + Max: 46 # Offense count: 1 Naming/AccessorMethodName: