Skip to content

Security UI Fixes

Security UI Fixes #625

Triggered via pull request January 22, 2024 22:47
Status Failure
Total duration 2m 34s
Artifacts

lint-format.yml

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

Annotations

1 error and 5 warnings
Running Linter and Formatter
Process completed with exit code 1.
Running Linter and Formatter: api/src/services/gcnotify-service.ts#L252
'userIdentifier' is defined but never used
Running Linter and Formatter: api/src/services/gcnotify-service.ts#L252
'identitySource' is defined but never used
Running Linter and Formatter: app/src/components/security/SecurityRuleCard.tsx#L48
Replace `·key={featureMember}·component="li"·variant="body2"·color="textSecondary"·fontWeight={700}` with `⏎··············key={featureMember}⏎··············component="li"⏎··············variant="body2"⏎··············color="textSecondary"⏎··············fontWeight={700}⏎·············`
Running Linter and Formatter: app/src/components/security/SecurityRuleForm.tsx#L100
React Hook useMemo has missing dependencies: 'allSecurityRules' and 'formikProps.initialValues.submissionFeatureIds'. Either include them or remove the dependency array
Running Linter and Formatter: app/src/contexts/submissionContext.tsx#L123
React Hook useEffect has a missing dependency: 'submissionFeaturesAppliedRulesDataLoader'. Either include it or remove the dependency array