Hide all banners that tell you to change app URL #22854
Triggered via pull request
January 14, 2025 18:42
jamieguerrero
synchronize
#5172
Status
Success
Total duration
13s
Artifacts
–
Annotations
12 errors and 7 warnings
packages/app/src/cli/services/dev/ui.tsx#L1
[unused-imports/no-unused-imports] 'PartnersURLs' is defined but never used.
|
packages/app/src/cli/services/dev/ui.tsx#L1
[@typescript-eslint/no-unused-vars] 'PartnersURLs' is defined but never used. Allowed unused vars must match /^_/u.
|
packages/app/src/cli/services/dev/ui.tsx#L3
[unused-imports/no-unused-imports] 'AppInterface' is defined but never used.
|
packages/app/src/cli/services/dev/ui.tsx#L3
[@typescript-eslint/no-unused-vars] 'AppInterface' is defined but never used. Allowed unused vars must match /^_/u.
|
packages/app/src/cli/services/dev/ui.tsx#L4
[unused-imports/no-unused-imports] 'getAppConfigurationShorthand' is defined but never used.
|
packages/app/src/cli/services/dev/ui.tsx#L4
[@typescript-eslint/no-unused-vars] 'getAppConfigurationShorthand' is defined but never used. Allowed unused vars must match /^_/u.
|
packages/app/src/cli/services/dev/ui.tsx#L6
[unused-imports/no-unused-imports] 'renderInfo' is defined but never used.
|
packages/app/src/cli/services/dev/ui.tsx#L6
[@typescript-eslint/no-unused-vars] 'renderInfo' is defined but never used. Allowed unused vars must match /^_/u.
|
packages/app/src/cli/services/dev/ui.tsx#L7
[unused-imports/no-unused-imports] 'basename' is defined but never used.
|
packages/app/src/cli/services/dev/ui.tsx#L7
[@typescript-eslint/no-unused-vars] 'basename' is defined but never used. Allowed unused vars must match /^_/u.
|
packages/app/src/cli/services/dev/ui.tsx#L8
[unused-imports/no-unused-imports] 'formatPackageManagerCommand' is defined but never used.
|
packages/app/src/cli/services/dev/ui.tsx#L8
[@typescript-eslint/no-unused-vars] 'formatPackageManagerCommand' is defined but never used. Allowed unused vars must match /^_/u.
|
[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/dev.ts#L119
[@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/dev.ts#L122
[@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/dev.ts#L226
[@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/dev.ts#L303
[@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/dev.ts#L303
[@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/dev/urls.ts#L247
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|