Skip to content

Commit

Permalink
Fixing lint errors.
Browse files Browse the repository at this point in the history
Replaced Metrics/LineLength with Layout/LineLength
Removed space.
  • Loading branch information
penny-lischer committed Nov 29, 2024
1 parent a9bac58 commit 6bafd07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/models/form_profiles/dispute_debt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ def va_file_number_last_four

file_number&.last(4)
end

end
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def representative_contact_details(data)
}
end

# rubocop:disable Metrics/LineLength
# rubocop:disable Layout/LineLength
# Disabled due to two extremely long keys.
def appointment_options(data)
{
Expand All @@ -208,7 +208,7 @@ def appointment_options(data)
"#{PAGE2_KEY}.Provide_The_Names_Of_The_Individuals_Here[0]": data.consent_team_members&.to_sentence
}
end
# rubocop:enable Metrics/LineLength
# rubocop:enable Layout/LineLength

def header_options(data)
{
Expand Down

0 comments on commit 6bafd07

Please sign in to comment.