X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/aff3fbe6802d93a8deae8fa2637589c8d28f6681..b751303f4146717243f68b7befeece1f8f76e2d4:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 4a5009387..13b8fc9df 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -22,12 +22,12 @@ Metrics/CyclomaticComplexity: # Offense count: 338 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: - Max: 451 + Max: 696 # Offense count: 23 # Configuration parameters: CountComments. Metrics/MethodLength: - Max: 28 + Max: 40 # Offense count: 1 Metrics/PerceivedComplexity: