Showing 4,231 of 14,884 total issues
Function renderContent
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const renderContent = () => {
if (debtError) {
return renderAlert(
mcpError ? ALERT_TYPES.ALL_ERROR : ALERT_TYPES.ERROR,
mcpStatements?.length,
Function fetchDebtLetters
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const fetchDebtLetters = async (dispatch, debtLettersActive) => {
dispatch(fetchDebtsInitiated());
try {
const options = {
method: 'GET',
Function genSearchAreaFromCenter
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const genSearchAreaFromCenter = query => {
const { lat, lng, currentMapBoundsDistance, currentBounds } = query;
return dispatch => {
if (currentMapBoundsDistance > 500) {
dispatch({ type: GEOCODE_FAILED });
Function IntroductionPage
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const IntroductionPage = props => {
useEffect(() => {
focusElement('h1');
scrollTo('topContentElement');
});
Function render
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const { submission, data } = this.props.form;
const { response } = submission;
const name = data.applicantFullName;
Function renderMedicalRecordInfo
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const renderMedicalRecordInfo = formValues => {
if (['1', '2', '4'].indexOf(formValues['4_reason']) > -1) {
let requestQuestion;
if (parseInt(formValues['2_dischargeYear'], 10) >= 1992) {
requestQuestion = (
Function verifyEnrollmentAction
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const verifyEnrollmentAction = verifications => {
return async (dispatch, getState) => {
dispatch({ type: VERIFY_ENROLLMENT });
const {
checkClaimant: { claimantId },
Function transform
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function transform(formConfig, form) {
// Copy over sponsor data if the claimant is the veteran.
const populateSponsorData = application =>
isVeteran({ application })
? merge({}, application, {
Function onForwardButtonClick
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
() => {
if (!enrollmentVerification) {
return;
}
Function useData
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const useData = () => {
// This custom hook is for fetching and preparing user data from the Redux state.
const dispatch = useDispatch();
const response = useSelector(state => state.personalInfo);
const claimantIdResponse = useSelector(state => state.checkClaimant);
Function SearchResultReducer
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const SearchResultReducer = (state = INITIAL_STATE, action) => {
switch (action.type) {
case FETCH_REPRESENTATIVES:
case SEARCH_COMPLETE:
return {
Function getInitialFormValues
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const getInitialFormValues = options => {
const { fieldName, data, modalData } = options;
if (fieldName === FIELD_NAMES.EMAIL) {
return data ? { ...data } : { emailAddress: '' };
Function getInitialFormValues
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const getInitialFormValues = options => {
const { fieldName, data, modalData } = options;
if (fieldName === FIELD_NAMES.EMAIL) {
return data ? { ...data } : { emailAddress: '' };
Function getInitialFormValues
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const getInitialFormValues = options => {
const { fieldName, data, modalData } = options;
if (fieldName === FIELD_NAMES.EMAIL) {
return data ? { ...data } : { emailAddress: '' };
Function NotFound
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const NotFound = () => {
const content = {
heading: 'We couldn’t verify your identity',
alertText: (
<div>
Function submitTransformer
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const submitTransformer = (formConfig, form) => {
let dataToMap = JSON.parse(transformForSubmit(formConfig, form));
// map Veteran address data if mailing and home addresses match
if (form.data['view:doesMailingMatchHomeAddress']) {
Function fsrApi
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const fsrApi = (state = initialState, action) => {
switch (action.type) {
case FSR_API_ERROR:
return {
...state,
Function _override
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_override: (error, fullError) => {
const errorMapping = {
questions: {
chapterKey: 'bankruptcyAttestationChapter',
pageKey: 'bankruptcyHistory',
Function CategoryInput
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const CategoryInput = props => {
const {
categories,
category,
categoryError,
Function VideoInstructions
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function VideoInstructions() {
return (
<va-additional-info
trigger="How to setup your device"
disableBorder="true"