]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Merge branch 'master' into messages
[rails.git] / .rubocop_todo.yml
index 293135907385bc9b3d0890b8be3db2ceac17c430..d3e51600ddd815bab3e57cfd794ac99cf4531f82 100644 (file)
@@ -38,7 +38,7 @@ Metrics/AbcSize:
 # Configuration parameters: CountComments, ExcludedMethods.
 # ExcludedMethods: refine
 Metrics/BlockLength:
-  Max: 259
+  Max: 262
 
 # Offense count: 11
 # Configuration parameters: CountBlocks.