feat(cli): consume @prisma/compute-sdk build strategies, enable NestJS #24
Annotations
1 error, 10 warnings, and 10 notices
|
Lint
Process completed with exit code 1.
|
|
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#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/useTopLevelRegex:
packages/cli/src/controllers/app.ts#L2224
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#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/style/noNonNullAssertion:
packages/cli/src/controllers/app.ts#L3273
Forbidden non-null assertion.
|
|
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/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/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.
|