Skip to content

Commit

Permalink
Rubocop name updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rjohnson2011 committed Nov 27, 2024
1 parent 9349946 commit 99a7a67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
end

it 'sets the cert_through date based on current date relative to award end dates' do
# rubocop:disable RSpec/ConstantDefinitionInBlock
# rubocop:disable Lint/ConstantDefinitionInBlock
VerificationTest = Struct.new(:act_end)
# rubocop:enable RSpec/ConstantDefinitionInBlock
# rubocop:enable Lint/ConstantDefinitionInBlock
award_dates = [
Time.zone.parse('2024-08-10'),
Time.zone.parse('2024-10-15'),
Expand Down

0 comments on commit 99a7a67

Please sign in to comment.