Skip to content

feat: typed prisma.compute.ts compute config #10

feat: typed prisma.compute.ts compute config

feat: typed prisma.compute.ts compute config #10

Triggered via pull request June 12, 2026 15:18
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#L517
Forbidden non-null assertion.
lint/style/noNonNullAssertion: packages/cli/src/controllers/app.ts#L461
Forbidden non-null assertion.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2518
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#L2482
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#L2453
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#L2229
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#L2228
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#L2222
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#L2187
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#L2054
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/noNestedTernary: packages/cli/src/lib/app/branch-database.ts#L116
Do not nest ternary expressions.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L2619
Excessive complexity of 16 detected (max: 15).
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L2536
Do not nest ternary expressions.
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L2534
Do not nest ternary expressions.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L2316
Excessive complexity of 26 detected (max: 15).
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L1487
Avoid using await inside loops.
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L1106
Do not nest ternary expressions.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L566
Excessive complexity of 16 detected (max: 15).
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L434
Avoid using await inside loops.