Disable Rails/LexicallyScopedActionFilter
for inherited auth controllers (#28711)
This commit is contained in:
parent
a90c134850
commit
28fdf93362
2 changed files with 6 additions and 7 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue