Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshil Moradia committed Sep 23, 2024
1 parent da30a99 commit d032e04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/models/evss_claim_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class EVSSClaimDocument < Common::Base
'L033' => 'Death Certificate',

Check failure on line 33 in app/models/evss_claim_document.rb

View workflow job for this annotation

GitHub Actions / Linting and Security

Lint/Syntax: unexpected token tSTRING (Using Ruby 3.3 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)
'L702' => 'Disability Benefits Questionnaire (DBQ)',

Check failure on line 34 in app/models/evss_claim_document.rb

View workflow job for this annotation

GitHub Actions / Linting and Security

Lint/Syntax: unexpected token tSTRING (Using Ruby 3.3 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)
'L037' => 'Divorce Decree',
'' => 'Financial Information',
'L703' => 'Goldmann Perimetry Chart/Field Of Vision Chart',

Check failure on line 36 in app/models/evss_claim_document.rb

View workflow job for this annotation

GitHub Actions / Linting and Security

Lint/Syntax: unexpected token tSTRING (Using Ruby 3.3 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)
'1489' => 'Hypertension Rapid Ready For Decision Summary PDF',
'L051' => 'Marriage Certificate',

Check failure on line 38 in app/models/evss_claim_document.rb

View workflow job for this annotation

GitHub Actions / Linting and Security

Lint/Syntax: unexpected token tSTRING (Using Ruby 3.3 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)
Expand Down
1 change: 0 additions & 1 deletion app/models/lighthouse_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class LighthouseDocument < Common::Base
'L033' => 'Death Certificate',
'L702' => 'Disability Benefits Questionnaire (DBQ)',
'L037' => 'Divorce Decree',
'' => 'Financial Information',
'L703' => 'Goldmann Perimetry Chart/Field Of Vision Chart',
'1489' => 'Hypertension Rapid Ready For Decision Summary PDF',
'L051' => 'Marriage Certificate',
Expand Down

0 comments on commit d032e04

Please sign in to comment.