Skip to content

Use the current embedded value when linking to new apps #22947

Use the current embedded value when linking to new apps

Use the current embedded value when linking to new apps #22947

Triggered via pull request January 16, 2025 16:35
Status Success
Total duration 13s
Artifacts

cla.yml

on: pull_request_target
[PR] CLA
2s
[PR] CLA
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
[PR] CLA
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
packages/app/src/cli/services/app/config/link.ts#L350
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/services/app/config/link.ts#L486
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/services/app/config/link.ts#L487
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a ternary expression, as it is simpler to read.
packages/app/src/cli/services/app/config/link.ts#L513
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/services/app/config/link.ts#L514
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/services/app/config/link.ts#L527
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/services/app/config/link.ts#L563
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
packages/app/src/cli/utilities/developer-platform-client/app-management-client.ts#L427
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.