Skip to content

Feat/global reimbursements #25

Feat/global reimbursements

Feat/global reimbursements #25

Triggered via pull request October 10, 2024 12:19
Status Failure
Total duration 10m 1s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
ESLint check: src/languages/es.ts#L1
'Str' is defined but never used
ESLint check: src/libs/actions/BankAccounts.ts#L546
'parameters' is assigned a value but never used
ESLint check: src/pages/ReimbursementAccount/BankInfo/substeps/Manual.tsx#L36
Unsafe member access .SETUP_TYPE on an `error` typed value
ESLint check: src/pages/ReimbursementAccount/NonUSD/BusinessInfo/substeps/Confirmation.tsx#L28
'FORMATION_INCORPORATION_STATE' is assigned a value but never used
ESLint check
Process completed with exit code 1.
ESLint check: src/components/AttachmentPicker/index.native.tsx#L398
React Hook useCallback has missing dependencies: 'showFilesTooBigAlert', 'totalFilesSizeLimitInBytes', and 'totalFilesSizeLimitInMB'. Either include them or remove the dependency array
ESLint check: src/pages/ReimbursementAccount/NonUSD/BankInfo/substeps/AccountHolderDetails.tsx#L123
React Hook useMemo has a missing dependency: 'defaultValues'. Either include it or remove the dependency array
ESLint check: src/pages/ReimbursementAccount/NonUSD/BusinessInfo/substeps/Address.tsx#L37
React Hook useMemo has an unnecessary dependency: 'INPUT_KEYS'. Either exclude it or remove the dependency array. Outer scope values like 'INPUT_KEYS' aren't valid dependencies because mutating them doesn't re-render the component