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

Centralize gating of the App Management API #5003

Merged
merged 1 commit into from
Dec 2, 2024

Centralize gating of the App Management API

b81ec36
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Centralize gating of the App Management API #5003

Centralize gating of the App Management API
b81ec36
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Dec 1, 2024 in 0s

ESLint Report Analysis

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

Details

Annotations

Check warning on line 123 in packages/cli-kit/src/private/node/session.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/session.ts#L123

[@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 151 in packages/cli-kit/src/private/node/session.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/session.ts#L151

[@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 194 in packages/cli-kit/src/private/node/session.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/session.ts#L194

[@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 453 in packages/cli-kit/src/private/node/session.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/session.ts#L453

[@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 454 in packages/cli-kit/src/private/node/session.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/session.ts#L454

[@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 455 in packages/cli-kit/src/private/node/session.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/session.ts#L455

[@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 456 in packages/cli-kit/src/private/node/session.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/session.ts#L456

[@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 457 in packages/cli-kit/src/private/node/session.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/session.ts#L457

[@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 469 in packages/cli-kit/src/private/node/session.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/session.ts#L469

[@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 470 in packages/cli-kit/src/private/node/session.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/session.ts#L470

[@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 471 in packages/cli-kit/src/private/node/session.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/session.ts#L471

[@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 472 in packages/cli-kit/src/private/node/session.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/session.ts#L472

[@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 473 in packages/cli-kit/src/private/node/session.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/cli-kit/src/private/node/session.ts#L473

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