Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add appLogs to DeveloperPlatformClient interface #5497

Closed
wants to merge 12 commits into from

knip

dea553c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Add appLogs to DeveloperPlatformClient interface #5497

knip
dea553c
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Mar 14, 2025 in 0s

ESLint Report Analysis

0 ESLint error(s) and 5 ESLint warning(s) found in pull request changed files.

Details

Annotations

Check warning on line 103 in packages/app/src/cli/services/app-logs/dev/poll-app-logs.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/app-logs/dev/poll-app-logs.ts#L45-L103

[no-negated-condition] Unexpected negated condition.

Check warning on line 112 in packages/app/src/cli/services/app-logs/dev/poll-app-logs.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/app-logs/dev/poll-app-logs.ts#L112

[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.

Check warning on line 72 in packages/app/src/cli/services/app-logs/logs-command/render-json-logs.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/services/app-logs/logs-command/render-json-logs.ts#L72

[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.

Check warning on line 594 in packages/app/src/cli/utilities/developer-platform-client/partners-client.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/utilities/developer-platform-client/partners-client.ts#L594

[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.

Check warning on line 600 in packages/app/src/cli/utilities/developer-platform-client/partners-client.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app/src/cli/utilities/developer-platform-client/partners-client.ts#L600

[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.