[BE] 27.06 각 세션 별 중복되는 구독 관리 #425
CI.yml
on: pull_request
BE-test-and-build
35s
FE-test-and-build
17s
Annotations
5 errors and 5 warnings
BE-test-and-build:
BE/src/asset/asset.service.ts#L151
An array of Promises may be unintentional. Consider handling the promises' fulfillment or rejection with Promise.all or similar, or explicitly marking the expression as ignored with the `void` operator
|
BE-test-and-build:
BE/src/stock/order/stock-order.service.ts#L57
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
BE-test-and-build:
BE/src/stock/order/stock-order.service.ts#L92
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
BE-test-and-build:
BE/src/stock/trade/history/stock-trade-history.service.ts#L38
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
BE-test-and-build
Process completed with exit code 1.
|
FE-test-and-build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
FE-test-and-build:
FE/src/components/Search/index.tsx#L39
React Hook useEffect has missing dependencies: 'addSearchHistory' and 'isLoading'. Either include them or remove the dependency array
|
FE-test-and-build:
FE/src/components/StocksDetail/Chart.tsx#L291
React Hook useCallback has unnecessary dependencies: 'drawBarChart', 'drawCandleChart', 'drawChartGrid', 'drawLineChart', 'drawLowerYAxis', 'drawUpperYAxis', 'drawXAxis', and 'padding'. Either exclude them or remove the dependency array. Outer scope values like 'padding' aren't valid dependencies because mutating them doesn't re-render the component
|
FE-test-and-build:
FE/src/components/StocksDetail/PriceSection.tsx#L34
React Hook useCallback has a missing dependency: 'queryClient'. Either include it or remove the dependency array
|
BE-test-and-build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|