Showing 4,231 of 14,884 total issues
Function updateFacilitySortMethod
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function updateFacilitySortMethod(sortMethod, uiSchema) {
return async (dispatch, getState) => {
let location = null;
const facilities = getTypeOfCareFacilities(getState());
const cernerSiteIds = selectRegisteredCernerFacilityIds(getState());
Function render
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const { claim, loading } = this.props;
let content;
if (loading) {
content = (
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 App
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function App() {
const isLoading = useSelector(state => state?.user?.profile?.loading);
const isLoggedIn = useSelector(state => state?.user.login.currentlyLoggedIn);
const pageContent = isLoggedIn ? (
<AuthenticatedPageContent />
File EnhancedVehicleRecord.jsx
has 251 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import React, { useState } from 'react';
import PropTypes from 'prop-types';
import { VaTextInput } from '@department-of-veterans-affairs/component-library/dist/react-bindings';
import { isValidCurrency } from '../../utils/validations';
import ButtonGroup from '../shared/ButtonGroup';
Function exports
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
module.exports = function(chai, utils) {
const axe = require('axe-core');
const { Assertion } = chai;
utils.addMethod(chai.Assertion.prototype, 'accessible', function(
Function render
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
if (!this.props.user.login.currentlyLoggedIn) return null;
const { savedStatus } = this.props.form;
const { formConfig } = this.props;
const appType = formConfig?.customText?.appType || APP_TYPE_DEFAULT;
Function VAPServiceTransaction
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function VAPServiceTransaction(props) {
const {
id,
isModalOpen,
children,
Function returnAllCare
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const returnAllCare = async params => {
const { address, bounds, locationType, page, center, radius } = params;
const isUrgentCare = locationType === LocationType.URGENT_CARE;
const vaData = await LocatorApi.searchWithBounds(
address,
Function DecisionReviewPage
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const DecisionReviewPage = () => {
useEffect(() => {
setTimeout(() => {
focusElement('#main h2');
});
Function DecisionReviewPage
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const DecisionReviewPage = () => {
useEffect(() => {
setTimeout(() => {
focusElement('#main h2');
});
Consider simplifying this complex logical expression. Open
Open
if (results) {
const {
gmt_threshold: gmt,
national_threshold: national,
pension_threshold: pension,
Function DecisionReviewPage
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const DecisionReviewPage = () => {
useEffect(() => {
setTimeout(() => {
focusElement('#main h2');
});
Function applicantInsuranceCardSchema
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function applicantInsuranceCardSchema(isPrimary) {
const keyname = isPrimary ? 'primaryInsuranceCard' : 'secondaryInsuranceCard';
return {
uiSchema: {
...titleUI(
Function getPeriodsToVerifyDGIB
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const getPeriodsToVerifyDGIB = (
pendingEnrollments,
shouldReverse = false,
) => {
// Sort the enrollments by verificationBeginDate
Function conditionalDataLayerPush
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const conditionalDataLayerPush = () => {
return (
currentLocationInputString,
currentSortType,
currentRepresentativeType,
Function render
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const {
data,
schema,
uiSchema,
Function render
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const {
data,
schema,
uiSchema,
Function submitToAPI
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const submitToAPI = (state, setState) => {
// if no file has been added, show an error message
if (state.files.length === 0) {
setState({
...state,
Function submitToAPI
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const submitToAPI = (state, setState) => {
// if no file has been added, show an error message
if (state.files.length === 0) {
setState({
...state,