Skip to content

feat(cli): support compute app regions #80

feat(cli): support compute app regions

feat(cli): support compute app regions #80

Triggered via pull request June 26, 2026 12:31
Status Success
Total duration 39s
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#L4068
Forbidden non-null assertion.
lint/style/noNonNullAssertion: packages/cli/src/controllers/app.ts#L3345
Forbidden non-null assertion.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2552
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#L2516
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#L2487
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#L2263
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#L2262
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#L2256
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#L2221
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#L2088
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#L4091
Avoid using await inside loops.
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L4067
Do not nest ternary expressions.
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L4054
Avoid using await inside loops.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L3379
Excessive complexity of 18 detected (max: 15).
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L2570
Do not nest ternary expressions.
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L2568
Do not nest ternary expressions.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L2350
Excessive complexity of 26 detected (max: 15).
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L1523
Avoid using await inside loops.
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L1142
Do not nest ternary expressions.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L4696
Excessive complexity of 21 detected (max: 15).