Fix RSpec/MultipleSubjects cop (#24738)
This commit is contained in:
parent
bdcd8a9e88
commit
cf18cc2891
8 changed files with 11 additions and 25 deletions
|
@ -732,17 +732,6 @@ RSpec/MultipleExpectations:
|
|||
RSpec/MultipleMemoizedHelpers:
|
||||
Max: 21
|
||||
|
||||
# This cop supports safe autocorrection (--autocorrect).
|
||||
RSpec/MultipleSubjects:
|
||||
Exclude:
|
||||
- 'spec/controllers/activitypub/collections_controller_spec.rb'
|
||||
- 'spec/controllers/activitypub/followers_synchronizations_controller_spec.rb'
|
||||
- 'spec/controllers/activitypub/outboxes_controller_spec.rb'
|
||||
- 'spec/controllers/api/web/embeds_controller_spec.rb'
|
||||
- 'spec/controllers/emojis_controller_spec.rb'
|
||||
- 'spec/controllers/follower_accounts_controller_spec.rb'
|
||||
- 'spec/controllers/following_accounts_controller_spec.rb'
|
||||
|
||||
# Configuration parameters: AllowedGroups.
|
||||
RSpec/NestedGroups:
|
||||
Max: 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue