turbo-editors/turbo-gopublic Fork 0
3d7798bf187500c07c52e35cbc80f30990dbd391
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 3d7798bf187500c07c52e35cbc80f30990dbd391 · k33g · 12h ago
report-20260831T052116Z.md · 72 lines · 2.0 KBmarkdown
Blame HistoryOpen raw

Quality report — 2026-08-31T05:21:16Z

  • Gate: ✅ PASS
  • Commit: 0ef19ec on feature/windows-buttons
  • qlty: qlty 0.639.0 linux-arm64 (d9801f1 2026-07-23)
  • Run: #17 (previous: 2026-08-31T04:52:40Z)

Lint issues (qlty check)

none

Top rules

none

Most affected files

none

Code smells (qlty smells)

Total: 0 (vs previous: ±0)

none

Metrics (qlty metrics)

metric total vs previous
funcs 837 +8
classes 94 ±0
fields 311 +3
cyclo 2730 +24
complex 1156 +6
lcom 0 ±0
lines 12462 +122
loc 8175 +56

Most complex files

file complex cyclo loc
internal/ui/menu.go 46 102 255
internal/theme/load.go 45 74 220
internal/app/app.go 43 114 344
internal/syntax/toml.go 43 105 194
internal/app/actions_file.go 42 67 210
internal/editor/view.go 40 110 333
internal/lsp/conn.go 39 58 238
internal/ui/dialog.go 38 71 197
internal/ui/window.go 35 110 251
internal/settings/rewrite.go 32 64 121
internal/app/completion.go 31 75 193
internal/lsp/client.go 30 61 260
internal/ui/controls.go 30 69 216
internal/ui/desktop.go 25 63 139
main.go 25 43 152

Trend

run timestamp error warning smells complex gate
8 2026-08-30T18:30:37Z 0 0 0 823 PASS
9 2026-08-30T18:42:53Z 0 0 0 832 PASS
10 2026-08-30T18:50:41Z 0 0 0 833 PASS
11 2026-08-31T03:11:37Z 0 0 0 833 PASS
12 2026-08-31T04:04:25Z 0 0 4 1022 FAIL
13 2026-08-31T04:05:54Z 0 0 0 1023 PASS
14 2026-08-31T04:08:32Z 0 0 0 1023 PASS
15 2026-08-31T04:51:55Z 0 0 4 1148 FAIL
16 2026-08-31T04:52:40Z 0 0 0 1150 PASS
17 2026-08-31T05:21:16Z 0 0 0 1156 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
67
68
69
70
71
72
# Quality report — 2026-08-31T05:21:16Z

- **Gate**: ✅ **PASS**
- **Commit**: `0ef19ec` on `feature/windows-buttons`
- **qlty**: qlty 0.639.0 linux-arm64 (d9801f1 2026-07-23)
- **Run**: #17 (previous: 2026-08-31T04:52:40Z)

## Lint issues (`qlty check`)

_none_

### Top rules

_none_

### Most affected files

_none_

## Code smells (`qlty smells`)

Total: **0** (vs previous: ±0)

_none_

## Metrics (`qlty metrics`)

| metric | total | vs previous |
|---|---|---|
| funcs | 837 | +8 |
| classes | 94 | ±0 |
| fields | 311 | +3 |
| cyclo | 2730 | +24 |
| complex | 1156 | +6 |
| lcom | 0 | ±0 |
| lines | 12462 | +122 |
| loc | 8175 | +56 |

### Most complex files

| file | complex | cyclo | loc |
|---|---|---|---|
| internal/ui/menu.go | 46 | 102 | 255 |
| internal/theme/load.go | 45 | 74 | 220 |
| internal/app/app.go | 43 | 114 | 344 |
| internal/syntax/toml.go | 43 | 105 | 194 |
| internal/app/actions_file.go | 42 | 67 | 210 |
| internal/editor/view.go | 40 | 110 | 333 |
| internal/lsp/conn.go | 39 | 58 | 238 |
| internal/ui/dialog.go | 38 | 71 | 197 |
| internal/ui/window.go | 35 | 110 | 251 |
| internal/settings/rewrite.go | 32 | 64 | 121 |
| internal/app/completion.go | 31 | 75 | 193 |
| internal/lsp/client.go | 30 | 61 | 260 |
| internal/ui/controls.go | 30 | 69 | 216 |
| internal/ui/desktop.go | 25 | 63 | 139 |
| main.go | 25 | 43 | 152 |

## Trend

| run | timestamp | error | warning | smells | complex | gate |
|---|---|---|---|---|---|---|
| 8 | 2026-08-30T18:30:37Z | 0 | 0 | 0 | 823 | PASS |
| 9 | 2026-08-30T18:42:53Z | 0 | 0 | 0 | 832 | PASS |
| 10 | 2026-08-30T18:50:41Z | 0 | 0 | 0 | 833 | PASS |
| 11 | 2026-08-31T03:11:37Z | 0 | 0 | 0 | 833 | PASS |
| 12 | 2026-08-31T04:04:25Z | 0 | 0 | 4 | 1022 | FAIL |
| 13 | 2026-08-31T04:05:54Z | 0 | 0 | 0 | 1023 | PASS |
| 14 | 2026-08-31T04:08:32Z | 0 | 0 | 0 | 1023 | PASS |
| 15 | 2026-08-31T04:51:55Z | 0 | 0 | 4 | 1148 | FAIL |
| 16 | 2026-08-31T04:52:40Z | 0 | 0 | 0 | 1150 | PASS |
| 17 | 2026-08-31T05:21:16Z | 0 | 0 | 0 | 1156 | PASS |