Enable Lint/RedundantCopDisableDirective (#23687)
This commit is contained in:
parent
d65b2c1924
commit
e2567df860
3 changed files with 1 additions and 8 deletions
|
@ -10,7 +10,6 @@ class InitialStateSerializer < ActiveModel::Serializer
|
|||
has_one :push_subscription, serializer: REST::WebPushSubscriptionSerializer
|
||||
has_one :role, serializer: REST::RoleSerializer
|
||||
|
||||
# rubocop:disable Metrics/AbcSize
|
||||
def meta
|
||||
store = {
|
||||
streaming_api_base_url: Rails.configuration.x.streaming_api_base_url,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue