X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ce6368119f7e51c60a4fd30fcf00e1217689eb83..d7b4f88d5e342b5c2b4f2435d0394e4286524678:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 83d561ef1..4232b0574 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -50,7 +50,7 @@ Lint/ShadowingOuterLocalVariable: # Offense count: 630 Metrics/AbcSize: - Max: 271 + Max: 280 # Offense count: 35 # Configuration parameters: CountComments. @@ -64,7 +64,7 @@ Metrics/BlockNesting: # Offense count: 62 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 1658 + Max: 1660 # Offense count: 69 Metrics/CyclomaticComplexity: