turbo-editors/turbo-gopublic Fork 0
main
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-20260830T164339Z.md · 72 lines · 2.0 KBmarkdown Blame HistoryRaw
📦 Turbo Go 3d7798b k33g 9h ago1# Quality report — 2026-08-30T16:43:39Z
2
3- **Gate**: ❌ **FAIL**
4- **Commit**: `a0b64c0` on `main`
5- **qlty**: qlty 0.639.0 linux-arm64 (d9801f1 2026-07-23)
6- **Run**: #3 (previous: 2026-08-30T16:43:18Z)
7
8## Gate violations
9
10- code smells: 2 (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: **2** (vs previous: -2)
27
28| smell | file | line | detail |
29|---|---|---|---|
30| qlty:function-parameters | kits/dev-toolkit/files/home/.claude/skills/quality/scripts/quality_report.py | 365 | Function with many parameters (count = 7): build_report |
31| qlty:file-complexity | kits/dev-toolkit/files/home/.claude/skills/quality/scripts/quality_report.py | 1 | High total complexity (count = 73) |
32
33## Metrics (`qlty metrics`)
34
35| metric | total | vs previous |
36|---|---|---|
37| funcs | 623 | -1 |
38| classes | 74 | ±0 |
39| fields | 227 | ±0 |
40| cyclo | 1937 | -15 |
41| complex | 875 | -7 |
42| lcom | 0 | ±0 |
43| lines | 8871 | ±0 |
44| loc | 6069 | -4 |
45
46### Most complex files
47
48| file | complex | cyclo | loc |
49|---|---|---|---|
50| kits/dev-toolkit/files/home/.claude/skills/quality/scripts/quality_report.py | 73 | 83 | 362 |
51| internal/ui/menu.go | 46 | 102 | 255 |
52| internal/theme/load.go | 45 | 74 | 220 |
53| internal/app/actions_file.go | 39 | 64 | 195 |
54| internal/editor/view.go | 39 | 107 | 318 |
55| internal/lsp/conn.go | 39 | 58 | 238 |
56| internal/ui/dialog.go | 33 | 64 | 166 |
57| internal/app/app.go | 32 | 88 | 267 |
58| internal/app/completion.go | 30 | 74 | 186 |
59| internal/lsp/client.go | 30 | 61 | 260 |
60| internal/ui/controls.go | 30 | 69 | 216 |
61| internal/ui/window.go | 24 | 75 | 171 |
62| internal/app/actions_edit.go | 23 | 39 | 137 |
63| internal/ui/desktop.go | 23 | 60 | 130 |
64| internal/app/dialogs.go | 22 | 80 | 247 |
65
66## Trend
67
68| run | timestamp | error | warning | smells | complex | gate |
69|---|---|---|---|---|---|---|
70| 1 | 2026-08-30T16:41:01Z | 0 | 0 | 12 | 878 | FAIL |
71| 2 | 2026-08-30T16:43:18Z | 0 | 0 | 4 | 882 | FAIL |
72| 3 | 2026-08-30T16:43:39Z | 0 | 0 | 2 | 875 | FAIL |