Skip to content

Wizard: Add firewall to Review step (HMS-5357) #6289

Wizard: Add firewall to Review step (HMS-5357)

Wizard: Add firewall to Review step (HMS-5357) #6289

Triggered via pull request January 29, 2025 14:09
Status Success
Total duration 9m 28s
Artifacts

dev-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
dev-check: src/Components/Blueprints/BlueprintsSideBar.tsx#L178
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
dev-check: src/Components/Blueprints/ImportBlueprintModal.tsx#L185
React Hook React.useEffect has missing dependencies: 'dispatch' and 'handleRepositoryImport'. Either include them or remove the dependency array
dev-check: src/Components/CreateImageWizard/CreateImageWizard.tsx#L167
Unnecessary optional chain on a non-nullish value
dev-check: src/Components/CreateImageWizard/CreateImageWizard.tsx#L168
Unnecessary optional chain on a non-nullish value
dev-check: src/Components/CreateImageWizard/CreateImageWizard.tsx#L168
Unnecessary optional chain on a non-nullish value
dev-check: src/Components/CreateImageWizard/CreateImageWizard.tsx#L278
Unnecessary optional chain on a non-nullish value
dev-check: src/Components/CreateImageWizard/CreateImageWizard.tsx#L286
Unnecessary optional chain on a non-nullish value
dev-check: src/Components/CreateImageWizard/CreateImageWizard.tsx#L289
Unnecessary conditional, value is always truthy
dev-check: src/Components/CreateImageWizard/CreateImageWizard.tsx#L374
Unnecessary conditional, comparison is always true, since `"sources" === "sources"` is true
dev-check: src/Components/CreateImageWizard/CreateImageWizard.tsx#L378
Unnecessary conditional, the types have no overlap