Skip to content

chore: Copy changes and remove timelock field #157

chore: Copy changes and remove timelock field

chore: Copy changes and remove timelock field #157

Triggered via push January 7, 2025 11:26
Status Failure
Total duration 1m 29s
Artifacts

linting.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 7 warnings
eslint: src/components/FlowsInfoCard.tsx#L1
'Tooltip' is defined but never used
eslint: src/components/burnerWallet/GuardianSetup.tsx#L6
'MenuItem' is defined but never used
eslint: src/components/burnerWallet/GuardianSetup.tsx#L7
'Select' is defined but never used
eslint: src/components/burnerWallet/GuardianSetup.tsx#L43
'InputField' is defined but never used
eslint: src/components/burnerWallet/GuardianSetup.tsx#L66
'recoveryDelay' is assigned a value but never used
eslint: src/components/burnerWallet/GuardianSetup.tsx#L66
'setRecoveryDelay' is assigned a value but never used
eslint: src/components/burnerWallet/GuardianSetup.tsx#L69
'recoveryDelayUnit' is assigned a value but never used
eslint: src/components/burnerWallet/GuardianSetup.tsx#L69
'setRecoveryDelayUnit' is assigned a value but never used
eslint
Process completed with exit code 1.
eslint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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#L320
React Hook useCallback has an unnecessary dependency: 'address'. Either exclude it or remove the dependency array
eslint: src/components/burnerWallet/RequestedRecoveries.tsx#L229
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