Skip to content

Use e+ notation for very large number #345

Use e+ notation for very large number

Use e+ notation for very large number #345

Triggered via pull request December 19, 2024 10:11
Status Success
Total duration 50s
Artifacts

lint.yaml

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

Annotations

11 warnings
Lint (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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#L18
'msg' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint (20.x): src/components/strategies/common/d3Chart/D3ChartPriceOutOfScale.tsx#L23
'yText' is assigned a value but never used. Allowed unused vars 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/hooks/useInitEffect.ts#L12
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Lint (20.x): src/hooks/useInitEffect.ts#L12
React Hook useEffect has a missing dependency: 'effect'. Either include it or remove the dependency array. If 'effect' changes too often, find the parent component that defines it and wrap that definition in useCallback