This repository has been archived by the owner on Nov 2, 2024. It is now read-only.
✨ 1208 Handle lunch lectures through the webshop #1993
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 9 warnings
linter_check:
backend/services/core/migrations/20230810103128_fix_webshop_release_date.ts#L1
Strings must use singlequote
|
linter_check:
backend/services/core/migrations/20230810103128_fix_webshop_release_date.ts#L3
More than 1 blank line not allowed
|
|
linter_check:
backend/services/core/migrations/20230810103128_fix_webshop_release_date.ts#L13
More than 1 blank line not allowed
|
|
linter_check:
backend/services/core/migrations/20230810103128_fix_webshop_release_date.ts#L22
Too many blank lines at the end of file. Max of 0 allowed
|
linter_check:
backend/services/core/migrations/20230810130719_make-product-price-numeric.ts#L1
Strings must use singlequote
|
linter_check:
backend/services/core/migrations/20230810130719_make-product-price-numeric.ts#L3
More than 1 blank line not allowed
|
linter_check:
backend/services/core/migrations/20230810130719_make-product-price-numeric.ts#L10
More than 1 blank line not allowed
|
linter_check:
backend/services/core/migrations/20230810130719_make-product-price-numeric.ts#L16
Too many blank lines at the end of file. Max of 0 allowed
|
linter_check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
|
linter_check:
frontend/components/FileBrowser/useFileActionHandler.tsx#L103
React Hook useCallback has missing dependencies: 'confirm', 'renameObject', 'setAdditionalPath', 'setSelectedFilesIds', 'setUploadFiles', and 'slashesInPrefix'. Either include them or remove the dependency array. If 'setSelectedFilesIds' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
linter_check:
frontend/components/Webshop/Product.tsx#L52
React Hook useEffect has a missing dependency: 'selectedVariant'. Either include it or remove the dependency array
|
linter_check:
frontend/components/Webshop/ProductCategories.tsx#L19
React Hook useEffect has missing dependencies: 'categories' and 'setSelectedCategory'. Either include them or remove the dependency array. If 'setSelectedCategory' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
linter_check:
frontend/pages/webshop/await-payment/[id].tsx#L32
React Hook useEffect has a missing dependency: 'refetch'. Either include it or remove the dependency array
|
linter_check:
frontend/pages/webshop/await-payment/[id].tsx#L43
React Hook useEffect has missing dependencies: 'refetchCart', 'refetchChest', 'router', and 'user?.student_id'. Either include them or remove the dependency array
|
linter_check:
frontend/providers/UserProvider.tsx#L40
React Hook useEffect has a missing dependency: 'router'. Either include it or remove the dependency array
|