X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/18b8fc60bb08b2df03fa74537ea51cdd7fcfd39a..8278c9af427f1a2dcf6e6996e90d2d28a10c2535:/.rubocop_todo.yml?ds=sidebyside diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index b317054b6..191e82b39 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -66,7 +66,7 @@ Metrics/BlockNesting: # Offense count: 62 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 1653 + Max: 1654 # Offense count: 67 Metrics/CyclomaticComplexity: @@ -85,7 +85,7 @@ Metrics/MethodLength: # Offense count: 1 # Configuration parameters: CountComments. Metrics/ModuleLength: - Max: 129 + Max: 131 # Offense count: 4 # Configuration parameters: CountKeywordArgs.