]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Avoid errors when /edit is called on an invalid object
[rails.git] / .rubocop_todo.yml
index ee559e4b630499bfb3bb5bdb4dc82aa74e548ecd..f768dddc628819d712b3ced01d72782d887e1aba 100644 (file)
@@ -27,10 +27,11 @@ Lint/AssignmentInCondition:
 
 # Offense count: 4
 # Configuration parameters: AllowComments.
-Lint/HandleExceptions:
+Lint/SuppressedException:
   Exclude:
     - 'app/controllers/api/amf_controller.rb'
     - 'app/controllers/users_controller.rb'
+    - 'app/controllers/site_controller.rb'
 
 # Offense count: 701
 Metrics/AbcSize:
@@ -183,6 +184,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'