Skip to content

Commit

Permalink
New rubocop standards
Browse files Browse the repository at this point in the history
  • Loading branch information
rjohnson2011 committed Nov 27, 2024
1 parent 99a7a67 commit 91d81e1
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion app/models/bgs_dependents/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def serialize_dependent_result(
family_relationship_type,
optional_fields = {}
)

{
vnp_participant_id: participant[:vnp_ptcpnt_id],
participant_relationship_type_name: participant_relationship_type,
Expand Down
1 change: 0 additions & 1 deletion lib/mpi/messages/add_person_implicit_search_message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def initialize(first_name:,
address: nil,
idme_uuid: nil,
logingov_uuid: nil)

@first_name = first_name
@last_name = last_name
@ssn = ssn
Expand Down
1 change: 0 additions & 1 deletion lib/mpi/messages/add_person_proxy_add_message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def initialize(first_name:,
edipi:,
icn:,
search_token:)

@first_name = first_name
@last_name = last_name
@ssn = ssn
Expand Down
1 change: 0 additions & 1 deletion lib/mpi/messages/update_profile_message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def initialize(first_name:,
idme_uuid: nil,
logingov_uuid: nil,
edipi: nil)

@first_name = first_name
@last_name = last_name
@ssn = ssn
Expand Down
1 change: 0 additions & 1 deletion lib/sign_in/logingov/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def initialize(optional_scopes: [])
def render_auth(state: SecureRandom.hex,
acr: Constants::Auth::LOGIN_GOV_IAL1,
operation: Constants::Auth::AUTHORIZE)

Rails.logger.info('[SignIn][Logingov][Service] Rendering auth, ' \
"state: #{state}, acr: #{acr}, operation: #{operation}, " \
"optional_scopes: #{optional_scopes}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,6 @@ def errors_array

def collect_error_messages(detail: 'Missing or invalid attribute', source: '/',
title: 'Unprocessable Entity', status: '422')

errors_array.push({ detail:, source:, title:, status: })
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def errors_array

def collect_error_messages(detail: 'Missing or invalid attribute', source: '/',
title: 'Unprocessable Entity', status: '422')

errors_array.push({ detail:, source:, title:, status: })
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def errors_array

def collect_error_messages(detail: 'Missing or invalid attribute', source: '/',
title: 'Unprocessable Entity', status: '422')

errors_array.push({ detail:, source:, title:, status: })
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class DocumentServiceBase < ServiceBase
# rubocop:disable Metrics/ParameterLists
def generate_upload_body(claim_id:, system_name:, doc_type:, pdf_path:, file_name:, birls_file_number:,
participant_id:, tracked_item_ids:)

payload = {}

data = build_body(claim_id:, system_name:, doc_type:, file_name:, participant_id:,
Expand Down

0 comments on commit 91d81e1

Please sign in to comment.