Skip to content

Strictnullchecks 1 #2048

Strictnullchecks 1

Strictnullchecks 1 #2048

Triggered via pull request November 27, 2024 14:30
Status Failure
Total duration 46s
Artifacts

radix-web-console-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: src/components/create-job-form/index.tsx#L53
Argument of type 'Application | undefined' is not assignable to parameter of type 'Application'.
Lint: src/components/create-job-form/index.tsx#L64
Argument of type 'string | null' is not assignable to parameter of type 'string'.
Lint: src/components/create-job-form/index.tsx#L75
Type 'null' cannot be used as an index type.
Lint: src/components/create-job-form/index.tsx#L89
Type 'string | null' is not assignable to type 'string | number | readonly string[] | undefined'.
Lint: src/components/create-job-form/missing-radix-config-alert.tsx#L20
Type 'string | undefined' is not assignable to type 'string'.
Lint: src/components/create-job-form/pipeline-form-apply-config.tsx#L24
Type 'string | undefined' is not assignable to type 'string'.
Lint: src/components/create-job-form/pipeline-form-build-branches.tsx#L29
'application.environments.length' is possibly 'undefined'.
Lint: src/components/create-job-form/pipeline-form-build-branches.tsx#L63
Argument of type 'string[]' is not assignable to parameter of type 'SetStateAction<never[]>'.
Lint: src/components/create-job-form/pipeline-form-build-branches.tsx#L83
Argument of type '{ appName: string | undefined; pipelineParametersBuild: { branch: string; toEnvironment: string; }; }' is not assignable to parameter of type 'TriggerPipelineBuildDeployApiArg'.
Lint: src/components/create-job-form/pipeline-form-build-branches.tsx#L85
Argument of type '{ appName: string | undefined; pipelineParametersBuild: { branch: string; toEnvironment: string; }; }' is not assignable to parameter of type 'TriggerPipelineBuildApiArg'.