From: Tom Hughes Date: Sun, 20 Oct 2019 18:48:36 +0000 (+0100) Subject: Suppress new rubocop warning X-Git-Tag: live~2431 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/24cf5809791f0bb1efcdf1c33b5221f76458adcf Suppress new rubocop warning --- diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 9e27360ca..57f876bd9 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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'