Showing 4,177 of 14,709 total issues
Avoid too many return
statements within this function. Open
Open
return { name: 'Discharge Review Board (DRB)', abbr: 'DRB' };
Avoid too many return
statements within this function. Open
Open
return `the ${abbr} for the ${serviceBranch}. This is because you want to change information other than your characterization of discharge, re-enlistment code, separation code, and narrative reason for discharge.`;
Avoid too many return
statements within this function. Open
Open
return (
<>
{/* Table of Results */}
<ul
className="search-results vads-u-margin-top--2 vads-u-padding--0"
Avoid too many return
statements within this function. Open
Open
return answer;
Avoid too many return
statements within this function. Open
Open
return `${field.value.replace(/(\d{3})(\d{3})(\d{4})/, '($1) $2-$3')}`;
Avoid too many return
statements within this function. Open
Open
return field.value;
Avoid too many return
statements within this function. Open
Open
return {
...state,
manualSchoolEntryChecked: action.manualSchoolEntryChecked,
};
Avoid too many return
statements within this function. Open
Open
return <AlertNoSuppliesForReorder reorderDate={reorderDate} />;
Avoid too many return
statements within this function. Open
Open
return handleDRBExplanation(boardToSubmit, serviceBranch, prevAppType);
Avoid too many return
statements within this function. Open
Open
return `I'm not sure if my discharge was the outcome of a general court-martial.`;
Avoid too many return
statements within this function. Open
Open
return { name: 'Discharge Review Board (DRB)', abbr: DRB };
Avoid too many return
statements within this function. Open
Open
return `I'm not sure what kind of discharge upgrade application I previously made.`;
Avoid too many return
statements within this function. Open
Open
return {
...state,
error: action.error,
};
Avoid too many return
statements within this function. Open
Open
return {
...state,
scopes: {
...state.scopes,
[action.scopeCategory]: action.response.data,
Avoid too many return
statements within this function. Open
Open
return (
<p
className="vads-u-font-size--base vads-u-line-height--3 vads-u-font-family--sans
vads-u-margin-top--1p5 vads-u-font-weight--normal va-u-outline--none"
data-forms-focus
Avoid too many return
statements within this function. Open
Open
return { ...state };
Avoid too many return
statements within this function. Open
Open
return {
...state,
results:
state.sortByPropertyName === FAF_OPTION_CLOSEST_MATCH
? state.closestMatchSearchResults
Avoid too many return
statements within this function. Open
Open
return { ...state, page: action.page, startIndex: action.startIndex };
Avoid too many return
statements within this function. Open
Open
return (
<>
<div className="find-forms-search-metadata vads-u-display--flex vads-u-flex-direction--column medium-screen:vads-u-flex-direction--row medium-screen:vads-u-justify-content--space-between">
<h2
className="vads-u-font-size--md vads-u-line-height--3 vads-u-font-family--sans vads-u-font-weight--normal vads-u-margin-y--1p5 va-u-outline--none"
Avoid too many return
statements within this function. Open
Open
return format(date2Formatted, FORM_MOMENT_PRESENTATION_DATE_FORMAT);