Skip to content

Merge pull request #3 from uncch-rdmc/revert-2-revert-1-develop #7

Merge pull request #3 from uncch-rdmc/revert-2-revert-1-develop

Merge pull request #3 from uncch-rdmc/revert-2-revert-1-develop #7

Triggered via push May 28, 2024 17:48
Status Failure
Total duration 2m 11s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: src/App.tsx#L7
Delete `;`
lint: src/App.tsx#L8
Delete `;`
lint: src/i18n.ts#L1
Delete `;`
lint: src/i18n.ts#L2
Delete `;`
lint: src/i18n.ts#L3
Delete `;`
lint: src/i18n.ts#L4
Delete `;`
lint: src/i18n.ts#L8
Delete `;`
lint: src/i18n.ts#L33
Delete `;`
lint: src/i18n.ts#L41
Delete `·`
lint: src/i18n.ts#L49
Delete `,`
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: packages/design-system/src/lib/components/select-multiple/SelectMultiple.tsx#L57
React Hook useEffect has missing dependencies: 'isFirstRender' and 'onChange'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: src/sections/collection/datasets-list/useDatasets.tsx#L50
React Hook useEffect has a missing dependency: 'fetchDatasetsWithCount'. Either include it or remove the dependency array
lint: src/sections/create-dataset/CreateDataset.tsx#L44
React Hook useEffect has a missing dependency: 'setIsLoading'. Either include it or remove the dependency array
lint: src/sections/create-dataset/MetadataBlockFormFields/MetadataFormField/Fields/PrimitiveMultiple.tsx#L51
React Hook useMemo has a missing dependency: 'builtFieldNameWithIndex'. Either include it or remove the dependency array
lint: src/sections/dataset/dataset-files/files-table/row-selection/useFileSelection.ts#L75
React Hook useEffect has a missing dependency: 'updateFileSelection'. Either include it or remove the dependency array
lint: src/sections/dataset/dataset-files/files-table/row-selection/useFileSelection.ts#L79
React Hook useEffect has missing dependencies: 'computeCurrentPageRowSelection' and 'setCurrentPageRowSelection'. Either include them or remove the dependency array. If 'setCurrentPageRowSelection' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: src/sections/dataset/dataset-files/useFiles.tsx#L75
React Hook useEffect has missing dependencies: 'getFiles' and 'getFilesCountInfo'. Either include them or remove the dependency array
lint: src/sections/shared/pagination/PaginationControls.tsx#L45
React Hook useEffect has missing dependencies: 'onPaginationInfoChange' and 'paginationInfo'. Either include them or remove the dependency array. If 'onPaginationInfoChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: src/sections/shared/pagination/PaginationControls.tsx#L55
React Hook useEffect has missing dependencies: 'onPaginationInfoChange', 'paginationInfo', 'searchParams', 'setSearchParams', and 'updateQueryParam'. Either include them or remove the dependency array. If 'onPaginationInfoChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: src/sections/shared/pagination/PaginationControls.tsx#L59
React Hook useEffect has a missing dependency: 'paginationInfo'. Either include it or remove the dependency array. You can also do a functional update 'setPaginationInfo(p => ...)' if you only need 'paginationInfo' in the 'setPaginationInfo' call