From 72da9f1b2d9359ffabedb72b403d8aa10bd285ca Mon Sep 17 00:00:00 2001 From: bml Date: Mon, 24 Jul 2023 18:09:13 +0200 Subject: [PATCH] rubocop: increase a threshold --- .rubocop_todo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 984f4c43..b667d235 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -67,7 +67,7 @@ Metrics/ParameterLists: # Offense count: 4 # Configuration parameters: AllowedMethods, AllowedPatterns. Metrics/PerceivedComplexity: - Max: 33 + Max: 35 # Offense count: 3 Naming/AccessorMethodName: