Block Workspace: Tabs navigation, Cherry-pick from #21672 #21693
CodeScene Delta Analysis / CodeScene Code Health Review (main)
failed
Feb 10, 2026 in 43s
CodeScene PR Check
Quality Gate Failed
Gates Failed
Enforce advisory code health rules
(1 file with Overall Code Complexity)
Gates Passed
3 Quality Gates Passed
See analysis details in CodeScene
Reason for failure
| Enforce advisory code health rules | Violations | Code Health Impact | |
|---|---|---|---|
| block-workspace-view-edit.element.ts | 1 advisory rule | 9.69 → 9.10 | Suppress |
Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.
Details
🚩 Declining Code Health (highest to lowest):
- Overall Code Complexity block-workspace-view-edit.element.ts
✅ Improving Code Health:
- Complex Method block-workspace-view-edit.element.ts: UmbBlockWorkspaceViewEditElement.createRoutes
Annotations
codescene-delta-analysis / CodeScene Code Health Review (main)
✅ No longer an issue: Complex Method
UmbBlockWorkspaceViewEditElement.createRoutes is no longer above the threshold for cyclomatic complexity. This function has many conditional statements (e.g. if, for, while), leading to lower code health. Avoid adding more conditionals and code to it without refactoring.
codescene-delta-analysis / CodeScene Code Health Review (main)
❌ New issue: Overall Code Complexity
This module has a mean cyclomatic complexity of 4.57 across 7 functions. The mean complexity threshold is 4. This file has many conditional statements (e.g. if, for, while) across its implementation, leading to lower code health. Avoid adding more conditionals.
Loading