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
|
@ -103,6 +103,12 @@ Rails/Exit:
|
|||
- 'config/boot.rb'
|
||||
- 'lib/mastodon/cli/*.rb'
|
||||
|
||||
# Reason: Conflicts with `Lint/UselessMethodDefinition` for inherited controller actions
|
||||
# https://docs.rubocop.org/rubocop-rails/cops_rails.html#railslexicallyscopedactionfilter
|
||||
Rails/LexicallyScopedActionFilter:
|
||||
Exclude:
|
||||
- 'app/controllers/auth/*'
|
||||
|
||||
Rails/SkipsModelValidations:
|
||||
Exclude:
|
||||
- 'db/*migrate/**/*'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue