Skip to content

Export transactions as CSV #57

Export transactions as CSV

Export transactions as CSV #57

Triggered via pull request January 10, 2024 18:33
Status Failure
Total duration 5m 21s
Artifacts

pull_request.yaml

on: pull_request
build_and_test_frontend  /  format
43s
build_and_test_frontend / format
build_and_test_frontend  /  test
52s
build_and_test_frontend / test
build_and_test_frontend  /  lint
54s
build_and_test_frontend / lint
build_and_test_frontend  /  build-web
1m 28s
build_and_test_frontend / build-web
build_and_test_frontend  /  build-app
5m 10s
build_and_test_frontend / build-app
build_and_test_backend  /  pylint
31s
build_and_test_backend / pylint
build_and_test_backend  /  mypy
31s
build_and_test_backend / mypy
build_and_test_backend  /  format
24s
build_and_test_backend / format
Matrix: build_and_test_backend / test
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 10 warnings
build_and_test_frontend / format
Process completed with exit code 1.
build_and_test_frontend / lint: frontend/apps/web/src/pages/transactions/TransactionList/TransactionList.tsx#L52
React Hook "useAppSelector" is called in function "exportCsv" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
build_and_test_frontend / lint: frontend/apps/web/src/pages/transactions/TransactionList/TransactionList.tsx#L56
React Hook "useAppSelector" is called in function "exportCsv" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
build_and_test_frontend / build-app
Process completed with exit code 1.
build_and_test_frontend / lint: frontend/apps/mobile/src/components/PositionDialog.tsx#L62
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
build_and_test_frontend / lint: frontend/apps/mobile/src/components/transaction-shares/TransactionShareDialog.tsx#L37
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
build_and_test_frontend / lint: frontend/apps/web/src/components/accounts/BalanceHistoryGraph.tsx#L38
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead