]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Move html_safe declaration for user_mailer from layout to helper
[rails.git] / .rubocop_todo.yml
index dc10923603bf422cd8cdff017f488fc4a40e3e29..0dd79ea2aefe33503668d07edb841ffc4a518e89 100644 (file)
@@ -26,6 +26,7 @@ FactoryBot/ExcessiveCreateList:
     - 'test/controllers/notes_controller_test.rb'
     - 'test/controllers/traces_controller_test.rb'
     - 'test/controllers/user_blocks_controller_test.rb'
+    - 'test/system/users_test.rb'
 
 # Offense count: 635
 # This cop supports safe autocorrection (--autocorrect).
@@ -168,6 +169,7 @@ Rails/NotNullColumn:
 Rails/OutputSafety:
   Exclude:
     - 'app/helpers/application_helper.rb'
+    - 'app/helpers/user_mailer_helper.rb'
     - 'lib/rich_text.rb'
     - 'test/helpers/application_helper_test.rb'