Skip to content

Add safe 1.4 flow

Add safe 1.4 flow #102

Triggered via pull request October 2, 2024 13:36
Status Failure
Total duration 1m 1s
Artifacts

linting.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
eslint: src/components/RequestedRecoveries.tsx#L20
'STEPS' is defined but never used
eslint: src/components/RequestedRecoveries.tsx#L40
'stepsContext' is assigned a value but never used
eslint: src/components/burnerWallet/RequestedRecoveries.tsx#L9
'validatorsAddress' is defined but never used
eslint: src/components/burnerWallet/RequestedRecoveries.tsx#L33
'useReadContract' is defined but never used
eslint: src/components/burnerWallet/RequestedRecoveries.tsx#L149
'recoveryDataHash' is assigned a value but never used
eslint: src/components/burnerWallet/deploy.ts#L50
'ownableValidatorAddress' is assigned a value 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/GuardianSetup.tsx#L31
`@mui/icons-material/Info` import should occur before import of `@mui/material`
eslint: src/components/RequestedRecoveries.tsx#L218
React Hook useCallback has a missing dependency: 'writeContractAsync'. Either include it or remove the dependency array
eslint: src/components/burnerWallet/GuardianSetup.tsx#L44
`@mui/icons-material/Info` import should occur before import of `@mui/material`
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#L33
`wagmi` import should occur before import of `wagmi/actions`
eslint: src/components/burnerWallet/RequestedRecoveries.tsx#L34
`../../abi/Safe` import should occur before import of `../../abi/UniversalEmailRecoveryModule.json`
eslint: src/components/burnerWallet/RequestedRecoveries.tsx#L252
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