feat(cli): add init, the compute config formalizer #108
Annotations
1 error, 10 warnings, and 10 notices
|
Test
Process completed with exit code 1.
|
|
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#L2588
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#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#L2523
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#L4105
Forbidden non-null assertion.
|
|
lint/performance/useTopLevelRegex:
packages/cli/src/controllers/app.ts#L2123
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#L2298
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#L2297
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#L3382
Forbidden non-null assertion.
|
|
lint/performance/useTopLevelRegex:
packages/cli/src/controllers/app.ts#L4131
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#L4128
Avoid using await inside loops.
|
|
lint/style/noNestedTernary:
packages/cli/src/controllers/app.ts#L4104
Do not nest ternary expressions.
|
|
lint/performance/noAwaitInLoops:
packages/cli/src/controllers/app.ts#L4091
Avoid using await inside loops.
|
|
lint/complexity/noExcessiveCognitiveComplexity:
packages/cli/src/controllers/app.ts#L3416
Excessive complexity of 18 detected (max: 15).
|
|
lint/style/noNestedTernary:
packages/cli/src/controllers/app.ts#L2606
Do not nest ternary expressions.
|
|
lint/style/noNestedTernary:
packages/cli/src/controllers/app.ts#L2604
Do not nest ternary expressions.
|
|
lint/complexity/noExcessiveCognitiveComplexity:
packages/cli/src/controllers/app.ts#L2386
Excessive complexity of 26 detected (max: 15).
|
|
lint/performance/noAwaitInLoops:
packages/cli/src/controllers/app.ts#L1558
Avoid using await inside loops.
|
|
lint/style/noNestedTernary:
packages/cli/src/controllers/app.ts#L1177
Do not nest ternary expressions.
|
|
lint/complexity/noExcessiveCognitiveComplexity:
packages/cli/src/controllers/app.ts#L586
Excessive complexity of 17 detected (max: 15).
|