Skip to content

fix(app): resolve management-command branch to the project default #29

fix(app): resolve management-command branch to the project default

fix(app): resolve management-command branch to the project default #29

Triggered via pull request June 18, 2026 07:37
Status Success
Total duration 35s
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#L2183
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#L2050
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#L2225
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#L3274
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/style/noNonNullAssertion: packages/cli/src/controllers/app.ts#L523
Forbidden non-null assertion.
lint/performance/useTopLevelRegex: packages/cli/src/controllers/app.ts#L2449
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#L2514
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#L2478
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#L2218
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#L3979
Avoid using await inside loops.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L3308
Excessive complexity of 18 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L2615
Excessive complexity of 16 detected (max: 15).
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L2532
Do not nest ternary expressions.
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L2530
Do not nest ternary expressions.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L2312
Excessive complexity of 26 detected (max: 15).
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L1485
Avoid using await inside loops.
lint/style/noNestedTernary: packages/cli/src/controllers/app.ts#L1104
Do not nest ternary expressions.
lint/complexity/noExcessiveCognitiveComplexity: packages/cli/src/controllers/app.ts#L564
Excessive complexity of 16 detected (max: 15).
lint/performance/noAwaitInLoops: packages/cli/src/controllers/app.ts#L445
Avoid using await inside loops.