Skip to content

[GR Phase 3] Step 5 - navigation, default data, logic and API call to save it #103557

[GR Phase 3] Step 5 - navigation, default data, logic and API call to save it

[GR Phase 3] Step 5 - navigation, default data, logic and API call to save it #103557

Triggered via pull request February 21, 2025 12:45
Status Failure
Total duration 8m 21s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ESLint check: src/libs/actions/BankAccounts.ts#L16
Insert `SaveCorpayOnboardingDirectorInformationParams·from·'@libs/API/parameters/SaveCorpayOnboardingDirectorInformationParams';⏎import·`
ESLint check: src/libs/actions/BankAccounts.ts#L30
Delete `;⏎import·SaveCorpayOnboardingDirectorInformationParams⏎····from·"@libs/API/parameters/SaveCorpayOnboardingDirectorInformationParams"`
ESLint check: src/libs/actions/BankAccounts.ts#L31
All imports in the declaration are only used as types. Use `import type`
ESLint check: src/libs/actions/BankAccounts.ts#L31
`@libs/API/parameters/SaveCorpayOnboardingDirectorInformationParams` import should occur before import of `./ReimbursementAccount`
ESLint check: src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx#L41
Unsafe assignment of an error typed value
ESLint check: src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx#L41
Unsafe call of an `any` typed value
ESLint check: src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx#L45
Unsafe argument of type `any` assigned to a parameter of type `string`
ESLint check: src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx#L45
Unsafe call of an `any` typed value
ESLint check: src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx#L46
Unsafe argument of type `any` assigned to a parameter of type `string`
ESLint check: src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx#L46
Unsafe call of an `any` typed value
ESLint check: src/pages/ReimbursementAccount/NonUSD/SignerInfo/substeps/Confirmation.tsx#L21
React Hook useMemo has a missing dependency: 'reimbursementAccountDraft'. Either include it or remove the dependency array