]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Require display names to have a minimum unicode width of 3 columns
[rails.git] / .rubocop_todo.yml
index 6c917e218c69764ccf47423ef0ab6deeff7ec638..fdc7c35a5343242903305b93d5ec5ab9ff4b2ecf 100644 (file)
@@ -66,7 +66,7 @@ Metrics/BlockNesting:
 # Offense count: 26
 # Configuration parameters: CountComments, CountAsOne.
 Metrics/ClassLength:
-  Max: 313
+  Max: 314
 
 # Offense count: 59
 # Configuration parameters: AllowedMethods, AllowedPatterns.