]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Wrap table header rows in thead
[rails.git] / .rubocop_todo.yml
index ee559e4b630499bfb3bb5bdb4dc82aa74e548ecd..054e10cda85f1b763b58440f18122fc0bd244617 100644 (file)
@@ -27,7 +27,7 @@ Lint/AssignmentInCondition:
 
 # Offense count: 4
 # Configuration parameters: AllowComments.
-Lint/HandleExceptions:
+Lint/SuppressedException:
   Exclude:
     - 'app/controllers/api/amf_controller.rb'
     - 'app/controllers/users_controller.rb'
@@ -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'