Custodian page #17
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 warnings
src/ui-component/ingest/IngestMenu.js#L126
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/
|