turbo-editors/turbo-gopublic Fork 0
v1.0.1
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.

📦 Turbo Go 3d7798b · on v1.0.1 · k33g · 10h ago
report-20260830T164520Z.md · 66 lines · 1.6 KBmarkdown
Blame HistoryOpen raw

Quality report — 2026-08-30T16:45:20Z

  • Gate: ✅ PASS
  • Commit: a0b64c0 on main
  • qlty: qlty 0.639.0 linux-arm64 (d9801f1 2026-07-23)
  • Run: #4 (previous: 2026-08-30T16:43:39Z)

Lint issues (qlty check)

none

Top rules

none

Most affected files

none

Code smells (qlty smells)

Total: 0 (vs previous: -2)

none

Metrics (qlty metrics)

metric total vs previous
funcs 596 -27
classes 74 ±0
fields 227 ±0
cyclo 1854 -83
complex 802 -73
lcom 0 ±0
lines 8408 -463
loc 5707 -362

Most complex files

file complex cyclo loc
internal/ui/menu.go 46 102 255
internal/theme/load.go 45 74 220
internal/app/actions_file.go 39 64 195
internal/editor/view.go 39 107 318
internal/lsp/conn.go 39 58 238
internal/ui/dialog.go 33 64 166
internal/app/app.go 32 88 267
internal/app/completion.go 30 74 186
internal/lsp/client.go 30 61 260
internal/ui/controls.go 30 69 216
internal/ui/window.go 24 75 171
internal/app/actions_edit.go 23 39 137
internal/ui/desktop.go 23 60 130
internal/app/dialogs.go 22 80 247
internal/buffer/cursor.go 21 54 108

Trend

run timestamp error warning smells complex gate
1 2026-08-30T16:41:01Z 0 0 12 878 FAIL
2 2026-08-30T16:43:18Z 0 0 4 882 FAIL
3 2026-08-30T16:43:39Z 0 0 2 875 FAIL
4 2026-08-30T16:45:20Z 0 0 0 802 PASS
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Quality report — 2026-08-30T16:45:20Z

- **Gate**: ✅ **PASS**
- **Commit**: `a0b64c0` on `main`
- **qlty**: qlty 0.639.0 linux-arm64 (d9801f1 2026-07-23)
- **Run**: #4 (previous: 2026-08-30T16:43:39Z)

## Lint issues (`qlty check`)

_none_

### Top rules

_none_

### Most affected files

_none_

## Code smells (`qlty smells`)

Total: **0** (vs previous: -2)

_none_

## Metrics (`qlty metrics`)

| metric | total | vs previous |
|---|---|---|
| funcs | 596 | -27 |
| classes | 74 | ±0 |
| fields | 227 | ±0 |
| cyclo | 1854 | -83 |
| complex | 802 | -73 |
| lcom | 0 | ±0 |
| lines | 8408 | -463 |
| loc | 5707 | -362 |

### Most complex files

| file | complex | cyclo | loc |
|---|---|---|---|
| internal/ui/menu.go | 46 | 102 | 255 |
| internal/theme/load.go | 45 | 74 | 220 |
| internal/app/actions_file.go | 39 | 64 | 195 |
| internal/editor/view.go | 39 | 107 | 318 |
| internal/lsp/conn.go | 39 | 58 | 238 |
| internal/ui/dialog.go | 33 | 64 | 166 |
| internal/app/app.go | 32 | 88 | 267 |
| internal/app/completion.go | 30 | 74 | 186 |
| internal/lsp/client.go | 30 | 61 | 260 |
| internal/ui/controls.go | 30 | 69 | 216 |
| internal/ui/window.go | 24 | 75 | 171 |
| internal/app/actions_edit.go | 23 | 39 | 137 |
| internal/ui/desktop.go | 23 | 60 | 130 |
| internal/app/dialogs.go | 22 | 80 | 247 |
| internal/buffer/cursor.go | 21 | 54 | 108 |

## Trend

| run | timestamp | error | warning | smells | complex | gate |
|---|---|---|---|---|---|---|
| 1 | 2026-08-30T16:41:01Z | 0 | 0 | 12 | 878 | FAIL |
| 2 | 2026-08-30T16:43:18Z | 0 | 0 | 4 | 882 | FAIL |
| 3 | 2026-08-30T16:43:39Z | 0 | 0 | 2 | 875 | FAIL |
| 4 | 2026-08-30T16:45:20Z | 0 | 0 | 0 | 802 | PASS |