Skip to content

Use an EmailRecoveryCommandHandler for the safe 1.4 flow #154

Use an EmailRecoveryCommandHandler for the safe 1.4 flow

Use an EmailRecoveryCommandHandler for the safe 1.4 flow #154

Triggered via push November 11, 2024 18:42
Status Failure
Total duration 1m 6s
Artifacts

linting.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 9 warnings
eslint: src/components/burnerWallet/GuardianSetup.tsx#L42
'InputField' is defined but never used
eslint: src/components/burnerWallet/RequestedRecoveries.tsx#L15
'encodeAbiParameters' is defined but never used
eslint: src/components/burnerWallet/RequestedRecoveries.tsx#L15
'encodeFunctionData' is defined but never used
eslint
Process completed with exit code 1.
eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
eslint: src/components/ConnectWallets.tsx#L9
`react-hot-toast` import should occur before import of `wagmi`
eslint: src/components/RequestedRecoveries.tsx#L180
React Hook useCallback has a missing dependency: 'address'. Either include it or remove the dependency array
eslint: src/components/RequestedRecoveries.tsx#L242
React Hook useCallback has a missing dependency: 'writeContractAsync'. Either include it or remove the dependency array
eslint: src/components/burnerWallet/GuardianSetup.tsx#L319
React Hook useCallback has an unnecessary dependency: 'address'. Either exclude it or remove the dependency array
eslint: src/components/burnerWallet/RequestedRecoveries.tsx#L15
`viem` import should occur before import of `wagmi/actions`
eslint: src/components/burnerWallet/RequestedRecoveries.tsx#L244
React Hook useCallback has a missing dependency: 'burnerAccountClient'. Either include it or remove the dependency array
eslint: src/context/BurnerAccountContext.tsx#L20
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components