Skip to content

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

feat: typed prisma.compute.ts compute config

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

Triggered via pull request June 15, 2026 10:30
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/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2448
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#L2182
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#L2049
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#L3273
Forbidden non-null assertion.
lint/style/noNonNullAssertion: packages/cli/src/controllers/app.ts#L488
Forbidden non-null assertion.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2513
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#L2223
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#L2217
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#L2477
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#L522
Forbidden non-null assertion.
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L3966
Avoid using await inside loops.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L3295
Excessive complexity of 18 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L2614
Excessive complexity of 16 detected (max: 15).
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L2531
Do not nest ternary expressions.
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L2529
Do not nest ternary expressions.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L2311
Excessive complexity of 26 detected (max: 15).
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L1484
Avoid using await inside loops.
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L1103
Do not nest ternary expressions.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L563
Excessive complexity of 16 detected (max: 15).
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L444
Avoid using await inside loops.