]> git.openstreetmap.org Git - rails.git/commitdiff
Suppress new rubocop warning
authorTom Hughes <tom@compton.nu>
Sun, 20 Oct 2019 18:48:36 +0000 (19:48 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 20 Oct 2019 18:48:36 +0000 (19:48 +0100)
.rubocop_todo.yml

index 9e27360caaf27e5b9f04080676f6e8de9be9f3f9..57f876bd9cd53924d75faebf1f29c58d98002f52 100644 (file)
@@ -183,6 +183,7 @@ Style/Documentation:
 Style/FormatStringToken:
   Exclude:
     - 'app/models/concerns/geo_record.rb'
+    - 'app/views/api/map/_bounds.xml.builder'
     - 'lib/bounding_box.rb'
     - 'test/controllers/api/map_controller_test.rb'
     - 'test/controllers/api/relations_controller_test.rb'