]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
turn_costs=true only for car
[rails.git] / .rubocop_todo.yml
index 080b7b3a524931c3baae9d1b7128579f12a61db2..366058e7d154672a8b67947ccc1df4083100a634 100644 (file)
@@ -9,6 +9,7 @@
 # Work around erblint issues.
 # https://github.com/openstreetmap/openstreetmap-website/issues/2472
 require:
+  - rubocop-minitest
   - rubocop-performance
   - rubocop-rails
 
@@ -17,7 +18,7 @@ require:
 # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
 # URISchemes: http, https
 Layout/LineLength:
-  Max: 260
+  Max: 370
 
 # Offense count: 35
 # Configuration parameters: AllowSafeAssignment.
@@ -68,7 +69,7 @@ Metrics/ClassLength:
 
 # Offense count: 74
 Metrics/CyclomaticComplexity:
-  Max: 22
+  Max: 28
 
 # Offense count: 722
 # Configuration parameters: CountComments, ExcludedMethods.
@@ -199,9 +200,6 @@ Style/FormatStringToken:
     - 'test/controllers/api/relations_controller_test.rb'
     - 'test/controllers/api/ways_controller_test.rb'
     - 'test/lib/bounding_box_test.rb'
-    - 'app/views/api/map/_bounds.json.jbuilder'
-    - 'app/views/api/nodes/_node.json.jbuilder'
-    - 'app/views/api/old_nodes/_old_node.json.jbuilder'
 
 # Offense count: 539
 # Cop supports --auto-correct.