Skip to content

Merge pull request #94 from CanDIG/custodian-page #19

Merge pull request #94 from CanDIG/custodian-page

Merge pull request #94 from CanDIG/custodian-page #19

Triggered via push October 25, 2023 16:22
Status Success
Total duration 1m 28s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
src/ui-component/ingest/IngestMenu.js#L123
React Hook useEffect has a missing dependency: 'IngestStates.ERROR'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
src/views/clinicalGenomic/search/SearchHandler.js#L6
'searchVariant' is defined but never used. Allowed unused vars must match /^_/u (no-unused-vars)
src/views/clinicalGenomic/search/SearchHandler.js#L6
'searchVariantByGene' is defined but never used. Allowed unused vars must match /^_/u (no-unused-vars)
src/views/clinicalGenomic/search/SearchHandler.js#L10
'ConsumeAllPages' is defined but never used. Allowed unused vars must match /^_/u (no-unused-vars)
src/views/clinicalGenomic/widgets/sidebar.js#L217
'timeout' is assigned a value but never used. Allowed unused vars must match /^_/u (no-unused-vars)
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/