Remove references to non-existent actions (#24183)

This commit is contained in:
Matt Jankowski
2023-03-20 15:03:44 -04:00
committed by GitHub
parent bdeb6ff180
commit 7bef11630d
4 changed files with 2 additions and 10 deletions

View File

@ -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'