Skip to content

Test multi-chain staging API #107

Test multi-chain staging API

Test multi-chain staging API #107

Triggered via pull request September 19, 2024 15:51
Status Success
Total duration 1m 57s
Artifacts

lint.yaml

on: pull_request
Matrix: Lint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint (20.x): e2e/pages/simulator.spec.ts#L204
Unexpected empty object pattern
Lint (20.x): e2e/pages/strategy.spec.ts#L665
Unexpected empty object pattern
Lint (20.x): e2e/pages/trade.spec.ts#L100
Unexpected empty object pattern
Lint (20.x): src/components/common/AnimatedNumber.tsx#L37
React Hook useEffect has missing dependencies: 'duration', 'formatFn', and 'from'. Either include them or remove the dependency array. If 'formatFn' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint (20.x): src/components/strategies/common/d3Chart/D3ChartPriceOutOfScale.tsx#L19
'msg' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint (20.x): src/components/strategies/common/d3Chart/D3ChartPriceOutOfScale.tsx#L24
'yText' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint (20.x): src/components/strategies/overview/strategyBlock/StrategyBlockHeader.tsx#L21
'isExplorer' is defined but never used. Allowed unused args must match /^_/u
Lint (20.x): src/components/trade/settings/TradeSettingsRow.tsx#L36
React Hook useEffect has missing dependencies: 'internalValue', 'isAllSettingsDefault', and 'item.presets'. Either include them or remove the dependency array
Lint (20.x): src/components/trade/tradeWidget/TradeWidgetBuySell.tsx#L88
React Hook useEffect has missing dependencies: 'hasEnoughLiquidity', 'source', 'sourceInput', and 'target'. Either include them or remove the dependency array
Lint (20.x): src/components/trade/tradeWidget/useBuySell.ts#L77
React Hook useCallback has missing dependencies: 'setSourceInput' and 'setTargetInput'. Either include them or remove the dependency array