2
0

Disable Rails/LexicallyScopedActionFilter for inherited auth controllers (#28711)

This commit is contained in:
Matt Jankowski
2024-01-12 08:10:14 -05:00
committed by GitHub
parent a90c134850
commit 28fdf93362
2 changed files with 6 additions and 7 deletions

View File

@@ -64,13 +64,6 @@ Rails/HasAndBelongsToMany:
- 'app/models/status.rb'
- 'app/models/tag.rb'
# Configuration parameters: Include.
# Include: app/controllers/**/*.rb, app/mailers/**/*.rb
Rails/LexicallyScopedActionFilter:
Exclude:
- 'app/controllers/auth/passwords_controller.rb'
- 'app/controllers/auth/registrations_controller.rb'
Rails/OutputSafety:
Exclude:
- 'config/initializers/simple_form.rb'