X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/aff3fbe6802d93a8deae8fa2637589c8d28f6681..5cb1985f5adbbedbd1b558bb994872c2d8ff2de2:/.rubocop_todo.yml?ds=sidebyside diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 4a5009387..6bc5812c0 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -22,7 +22,7 @@ Metrics/CyclomaticComplexity: # Offense count: 338 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: - Max: 451 + Max: 696 # Offense count: 23 # Configuration parameters: CountComments.