]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
API JSON output
[rails.git] / .rubocop_todo.yml
index 06a9c76f07b2ac4dcf2752113aa2cfee8dc5f45b..080b7b3a524931c3baae9d1b7128579f12a61db2 100644 (file)
@@ -199,6 +199,9 @@ 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.