about summary refs log tree commit diff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorMatt Jankowski <matt@jankowski.online>2023-03-20 15:03:44 -0400
committerGitHub <noreply@github.com>2023-03-20 20:03:44 +0100
commit7bef11630d6decac46bc006bf12e7d962dffa57e (patch)
treeaba684d3fd5a0ae363e643e0a40d32025a15f350 /.rubocop_todo.yml
parentbdeb6ff18049870e76139f7434249096bc4d1fca (diff)
Remove references to non-existent actions (#24183)
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index b2f8bf52c..3b4ff3597 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -1670,8 +1670,6 @@ Rails/InverseOf:
 # Include: app/controllers/**/*.rb, app/mailers/**/*.rb
 Rails/LexicallyScopedActionFilter:
   Exclude:
-    - 'app/controllers/admin/domain_blocks_controller.rb'
-    - 'app/controllers/admin/email_domain_blocks_controller.rb'
     - 'app/controllers/auth/passwords_controller.rb'
     - 'app/controllers/auth/registrations_controller.rb'
     - 'app/controllers/auth/sessions_controller.rb'