turbo-editors/turbo-gopublic Fork 0
v1.0.0
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-go.git
git clone ssh://git@rickub.com/turbo-editors/turbo-go.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

report-20260830T164318Z.md · 73 lines · 2.1 KBmarkdown Blame HistoryRaw
📦 Turbo Go 3d7798b k33g 9h ago1# Quality report — 2026-08-30T16:43:18Z
2
3- **Gate**: ❌ **FAIL**
4- **Commit**: `a0b64c0` on `main`
5- **qlty**: qlty 0.639.0 linux-arm64 (d9801f1 2026-07-23)
6- **Run**: #2 (previous: 2026-08-30T16:41:01Z)
7
8## Gate violations
9
10- code smells: 4 (max 0)
11
12## Lint issues (`qlty check`)
13
14_none_
15
16### Top rules
17
18_none_
19
20### Most affected files
21
22_none_
23
24## Code smells (`qlty smells`)
25
26Total: **4** (vs previous: -8)
27
28| smell | file | line | detail |
29|---|---|---|---|
30| qlty:boolean-logic | internal/editor/view.go | 416 | Complex binary expression |
31| qlty:boolean-logic | internal/editor/view.go | 416 | Complex binary expression |
32| qlty:function-parameters | kits/dev-toolkit/files/home/.claude/skills/quality/scripts/quality_report.py | 365 | Function with many parameters (count = 7): build_report |
33| qlty:file-complexity | kits/dev-toolkit/files/home/.claude/skills/quality/scripts/quality_report.py | 1 | High total complexity (count = 73) |
34
35## Metrics (`qlty metrics`)
36
37| metric | total | vs previous |
38|---|---|---|
39| funcs | 624 | +8 |
40| classes | 74 | ±0 |
41| fields | 227 | ±0 |
42| cyclo | 1952 | -6 |
43| complex | 882 | +4 |
44| lcom | 0 | ±0 |
45| lines | 8871 | +92 |
46| loc | 6073 | +47 |
47
48### Most complex files
49
50| file | complex | cyclo | loc |
51|---|---|---|---|
52| kits/dev-toolkit/files/home/.claude/skills/quality/scripts/quality_report.py | 73 | 83 | 362 |
53| internal/editor/view.go | 46 | 122 | 322 |
54| internal/ui/menu.go | 46 | 102 | 255 |
55| internal/theme/load.go | 45 | 74 | 220 |
56| internal/app/actions_file.go | 39 | 64 | 195 |
57| internal/lsp/conn.go | 39 | 58 | 238 |
58| internal/ui/dialog.go | 33 | 64 | 166 |
59| internal/app/app.go | 32 | 88 | 267 |
60| internal/app/completion.go | 30 | 74 | 186 |
61| internal/lsp/client.go | 30 | 61 | 260 |
62| internal/ui/controls.go | 30 | 69 | 216 |
63| internal/ui/window.go | 24 | 75 | 171 |
64| internal/app/actions_edit.go | 23 | 39 | 137 |
65| internal/ui/desktop.go | 23 | 60 | 130 |
66| internal/app/dialogs.go | 22 | 80 | 247 |
67
68## Trend
69
70| run | timestamp | error | warning | smells | complex | gate |
71|---|---|---|---|---|---|---|
72| 1 | 2026-08-30T16:41:01Z | 0 | 0 | 12 | 878 | FAIL |
73| 2 | 2026-08-30T16:43:18Z | 0 | 0 | 4 | 882 | FAIL |