Skip to content

Enhance calldata render #4648

Enhance calldata render

Enhance calldata render #4648

Triggered via pull request March 13, 2025 01:59
Status Failure
Total duration 5m 34s
Artifacts

quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 10 warnings
ts-lint: packages/keychain/src/components/transaction/CallCard.tsx#L24
Unexpected any. Specify a different type
ts-lint: packages/keychain/src/components/transaction/CallCard.tsx#L29
Unexpected any. Specify a different type
ts-lint: packages/keychain/src/components/transaction/CallCard.tsx#L36
Unexpected any. Specify a different type
ts-lint: packages/keychain/src/components/transaction/CallCard.tsx#L150
'e' is defined but never used
ts-lint: packages/keychain/src/components/transaction/CallCard.tsx#L164
Unexpected any. Specify a different type
ts-lint: packages/keychain/src/components/transaction/CallCard.tsx#L176
Unexpected any. Specify a different type
ts-lint
@cartridge/keychain#lint: command (/home/runner/work/controller/controller/packages/keychain) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
ts-lint
Process completed with exit code 1.
ts-lint: packages/profile/src/components/achievements/index.tsx#L99
React Hook useMemo has a missing dependency: 'achievements'. Either include it or remove the dependency array
ts-lint: packages/profile/src/components/achievements/trophies.tsx#L162
React Hook useCallback has missing dependencies: 'chainId', 'parent', and 'provider.social'. Either include them or remove the dependency array
ts-lint: packages/profile/src/components/achievements/trophies.tsx#L208
React Hook useMemo has missing dependencies: 'address', 'enabled', 'game?.socials.twitter', 'game?.socials.website', and 'softview'. Either include them or remove the dependency array
ts-lint: packages/profile/src/components/activity.tsx#L250
React Hook useMemo has a missing dependency: 'address'. Either include it or remove the dependency array
ts-lint: packages/profile/src/components/inventory/collection/send/index.tsx#L105
React Hook useCallback has a missing dependency: 'recipientError'. Either include it or remove the dependency array
ts-lint: packages/keychain/src/components/DeployController.tsx#L52
The 'estimateFee' conditional could make the dependencies of useEffect Hook (at line 114) change on every render. To fix this, wrap the initialization of 'estimateFee' in its own useMemo() Hook
ts-lint: packages/keychain/src/components/DeployController.tsx#L52
The 'estimateFee' conditional could make the dependencies of useCallback Hook (at line 128) change on every render. To fix this, wrap the initialization of 'estimateFee' in its own useMemo() Hook
ts-lint: packages/keychain/src/components/ErrorAlert.tsx#L407
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
ts-lint: packages/keychain/src/components/ErrorAlert.tsx#L413
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
ts-lint: packages/keychain/src/components/ExecutionContainer.tsx#L114
React Hook useEffect has a missing dependency: 'feeEstimate'. Either include it or remove the dependency array