Skip to content

fix(app): resolve the custom-domain production branch by role, not name #33

fix(app): resolve the custom-domain production branch by role, not name

fix(app): resolve the custom-domain production branch by role, not name #33

Triggered via pull request June 19, 2026 07:03
Status Success
Total duration 29s
Artifacts

pr-quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 10 notices
lint/style/noNonNullAssertion: packages/cli/src/controllers/app.ts#L492
Forbidden non-null assertion.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2244
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2243
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2202
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2053
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/style/noNonNullAssertion: packages/cli/src/controllers/app.ts#L3295
Forbidden non-null assertion.
lint/style/noNonNullAssertion: packages/cli/src/controllers/app.ts#L526
Forbidden non-null assertion.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2533
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2497
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2237
This regex literal is not defined in the top level scope. This can lead to performance issues if this function is called frequently.
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L4047
Avoid using await inside loops.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L3350
Excessive complexity of 18 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L2634
Excessive complexity of 16 detected (max: 15).
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L2551
Do not nest ternary expressions.
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L2549
Do not nest ternary expressions.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L2331
Excessive complexity of 26 detected (max: 15).
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L1488
Avoid using await inside loops.
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L1107
Do not nest ternary expressions.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L567
Excessive complexity of 16 detected (max: 15).
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L448
Avoid using await inside loops.