-
Notifications
You must be signed in to change notification settings - Fork 82
Update 2025 net worth value to 2026 value #25449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: app/models/form_profiles/va_686c674v2.rb |
5 similar comments
|
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: app/models/form_profiles/va_686c674v2.rb |
|
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: app/models/form_profiles/va_686c674v2.rb |
|
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: app/models/form_profiles/va_686c674v2.rb |
|
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: app/models/form_profiles/va_686c674v2.rb |
|
Error: A file (or its parent directories) does not have a CODEOWNERS entry. Please update the .github/CODEOWNERS file and add the entry for the Offending file: app/models/form_profiles/va_686c674v2.rb |
| # Default will be cached in future enhancement | ||
| def net_worth_limit | ||
| awards_pension[:net_worth_limit] || 159240 # rubocop:disable Style/NumericLiterals | ||
| awards_pension[:net_worth_limit] || 163699 # rubocop:disable Style/NumericLiterals |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't this be 163_699 like va_686c674.rb?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, yes, but I wanted to keep it the same formatting as before....just in case (since it's not too bad to have the rubocop disable. But happy to change it if you feel like we should
Summary
Related issue(s)
Testing done
Screenshots
Updated Prefill data coming through to the FE

What areas of the site does it impact?
(Describe what parts of the site are impacted andifcode touched other areas)
Acceptance criteria
Requested Feedback
(OPTIONAL)What should the reviewers know in addition to the above. Is there anything specific you wish the reviewer to assist with. Do you have any concerns with this PR, why?