Skip to content

fix: terms of service #382

fix: terms of service

fix: terms of service #382

Triggered via pull request September 15, 2025 23:41
Status Success
Total duration 1m 50s
Artifacts

code-quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
ESLint: src/views/TxSearch.tsx#L159
React Hook useMemo has an unnecessary dependency: 'config.chainsArr'. Either exclude it or remove the dependency array. Outer scope values like 'config.chainsArr' aren't valid dependencies because mutating them doesn't re-render the component
ESLint: src/views/TxSearch.tsx#L138
React Hook useCallback has a missing dependency: 'search'. Either include it or remove the dependency array
ESLint: src/utils/wallet/solana.ts#L191
'e' is defined but never used. Allowed unused caught errors must match /^_/u
ESLint: src/utils/tokens.ts#L73
'e' is defined but never used. Allowed unused caught errors must match /^_/u
ESLint: src/utils/index.ts#L117
'err' is defined but never used. Allowed unused caught errors must match /^_/u
ESLint: src/routes/mayan/index.ts#L578
'e' is defined but never used. Allowed unused caught errors must match /^_/u
ESLint: src/routes/mayan/index.ts#L153
'hyperCoreParams' is assigned a value but never used. Allowed unused vars must match /^_/u
ESLint: src/hooks/useTransactionHistoryWHScan.ts#L160
'e' is defined but never used. Allowed unused caught errors must match /^_/u
ESLint: src/components/SampleApp/index.tsx#L215
React Hook useEffect has a missing dependency: 'customThemeInput'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setCustomTheme' needs the current value of 'customThemeInput'
ESLint: src/components/SampleApp/index.tsx#L214
React Hook useEffect has missing dependencies: 'customConfigInput' and 'isLoadingCustomConfig'. Either include them or remove the dependency array