Skip to content

SIMSBIOHUB-379: Parse intake key-value pairs #433

SIMSBIOHUB-379: Parse intake key-value pairs

SIMSBIOHUB-379: Parse intake key-value pairs #433

Triggered via pull request December 18, 2023 19:59
Status Success
Total duration 2m 46s
Artifacts

lint-format.yml

on: pull_request
Checkout and cache target branch
9s
Checkout and cache target branch
Running Linter and Formatter
2m 17s
Running Linter and Formatter
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Running Linter and Formatter: api/src/repositories/submission-repository.ts#L1081
'datasetId' is defined but never used
Running Linter and Formatter: app/src/components/security/SecuritiesDialog.tsx#L33
React Hook useEffect has missing dependencies: 'props.features' and 'submissionContext?.submissionFeatureRulesDataLoader'. Either include them or remove the dependency array
Running Linter and Formatter: app/src/components/security/SecurityRuleForm.tsx#L36
React Hook useEffect has a missing dependency: 'submissionContext?.submissionFeatureRulesDataLoader.data?.length'. Either include it or remove the dependency array
Running Linter and Formatter: app/src/contexts/submissionContext.tsx#L70
React Hook useMemo has missing dependencies: 'securityRulesDataLoader' and 'submissionFeatureRulesDataLoader'. Either include them or remove the dependency array