Skip to content

feat: evm swap deposits [OTE-700] #3085

feat: evm swap deposits [OTE-700]

feat: evm swap deposits [OTE-700] #3085

Triggered via pull request August 16, 2024 21:52
Status Failure
Total duration 2m 5s
Artifacts

commitlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: src/lib/__test__/index.spec.ts#L1
Replace `"vitest"` with `'vitest';⏎`
lint: src/lib/__test__/index.spec.ts#L2
Insert `;`
lint: src/lib/__test__/index.spec.ts#L3
Replace `"../../types/statsig"` with `'../../types/statsig';`
lint: src/lib/__test__/index.spec.ts#L4
Replace `"../abacus"` with `'../abacus';`
lint: src/lib/__test__/index.spec.ts#L7
Delete `··`
lint: src/lib/__test__/index.spec.ts#L8
Delete `····`
lint: src/lib/__test__/index.spec.ts#L9
Delete `······`
lint: src/lib/__test__/index.spec.ts#L10
Replace `············'nonexistent_flag'` with `······nonexistent_flag`
lint: src/lib/__test__/index.spec.ts#L11
Replace `········})` with `····});`
lint: src/lib/__test__/index.spec.ts#L12
Replace `········expect(StatsigConfig.ff_enable_evm_swaps).toBe(true)` with `····expect(StatsigConfig.ff_enable_evm_swaps).toBe(true);`
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dydxprotocol/[email protected], actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: src/components/CollapsibleNavigationMenu.tsx#L58
React Hook useEffect has a missing dependency: 'items'. Either include it or remove the dependency array
lint: src/components/GuardedMobileRoute.tsx#L27
React Hook useEffect has missing dependencies: 'canAccountTrade', 'dispatch', and 'isTablet'. Either include them or remove the dependency array
lint: src/components/GuardedMobileRoute.tsx#L38
React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array
lint: src/components/QrCode.tsx#L73
React Hook useEffect has a missing dependency: 'qrCode'. Either include it or remove the dependency array
lint: src/components/QrCode.tsx#L77
React Hook useEffect has a missing dependency: 'size'. Either include it or remove the dependency array. Mutable values like 'ref.current' aren't valid dependencies because mutating them doesn't re-render the component
lint: src/components/QrCode.tsx#L85
React Hook useEffect has a missing dependency: 'qrCode'. Either include it or remove the dependency array
lint: src/components/TimeoutButton.tsx#L35
React Hook useEffect has a missing dependency: 'onTimeOut'. Either include it or remove the dependency array. If 'onTimeOut' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: src/components/Toast.tsx#L63
React Hook useEffect has a missing dependency: 'setIsOpen'. Either include it or remove the dependency array. If 'setIsOpen' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: src/components/visx/TimeSeriesChart.tsx#L223
React Hook useMemo has missing dependencies: 'earliestDatum', 'latestDatum', 'xAccessor', and 'yAccessor'. Either include them or remove the dependency array
lint: src/components/visx/TimeSeriesChart.tsx#L231
React Hook useEffect has a missing dependency: 'onVisibleDataChange'. Either include it or remove the dependency array. If 'onVisibleDataChange' changes too often, find the parent component that defines it and wrap that definition in useCallback