chore: Improve the behavior of lock to single conversation (#7899)

This commit is contained in:
Sojan Jose
2023-09-14 00:02:57 -07:00
committed by GitHub
parent 2d4ef0c328
commit 616371adbb
7 changed files with 148 additions and 13 deletions

View File

@@ -8,15 +8,11 @@ Layout/LineLength:
Max: 150
Metrics/ClassLength:
Max: 125
Max: 175
Exclude:
- 'app/models/conversation.rb'
- 'app/models/contact.rb'
- 'app/mailers/conversation_reply_mailer.rb'
- 'app/models/message.rb'
- 'app/builders/messages/facebook/message_builder.rb'
- 'app/controllers/api/v1/accounts/contacts_controller.rb'
- 'app/listeners/action_cable_listener.rb'
- 'app/models/conversation.rb'
RSpec/ExampleLength:
Max: 25
Style/Documentation: