turbo-editors/turbo-corepublic Fork 0
v1.0.3
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-core.git
git clone ssh://git@rickub.com/turbo-editors/turbo-core.git

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

report-20260920T040900Z.md · 78 lines · 2.0 KBmarkdown
Blame HistoryOpen raw

Quality report — 2026-09-20T04:09:00Z

  • Gate: ❌ FAIL
  • Commit: 3561e52 on main
  • qlty: qlty 0.639.0 linux-arm64 (d9801f1 2026-07-23)
  • Run: #33 (previous: 2026-09-20T03:21:36Z)

Gate violations

  • code smells: 1 (max 0)

Lint issues (qlty check)

none

Top rules

none

Most affected files

none

Code smells (qlty smells)

Total: 1 (vs previous: +1)

smell file line detail
qlty:file-complexity app/app.go 1 High total complexity (count = 50)

Metrics (qlty metrics)

metric total vs previous
funcs 1536 +18
classes 206 +2
fields 614 +10
cyclo 5315 +77
complex 2405 +52
lcom 0 ±0
lines 25641 +356
loc 15725 +219

Most complex files

file complex cyclo loc
app/app.go 50 135 422
editor/view.go 48 124 380
app/actions_file.go 47 72 246
app/agents.go 45 94 249
theme/load.go 44 71 214
acp/session.go 39 88 418
acp/picker.go 38 83 203
acp/transcript.go 38 89 231
syntax/toml.go 38 92 179
ui/dialog.go 38 71 197
ui/menu_events.go 38 66 145
acp/paste.go 37 53 135
acp/view_draw.go 37 85 172
app/toolchain.go 35 70 238
ui/window.go 35 110 251

Trend

run timestamp error warning smells complex gate
24 2026-09-15T16:57:58Z 0 0 0 2156 PASS
25 2026-09-15T23:50:29Z 0 0 4 2254 FAIL
26 2026-09-15T23:51:24Z 0 0 0 2257 PASS
27 2026-09-16T00:04:52Z 0 0 0 2268 PASS
28 2026-09-17T04:41:36Z 0 0 1 2305 FAIL
29 2026-09-17T04:42:34Z 0 0 0 2306 PASS
30 2026-09-18T19:50:22Z 0 0 0 2308 PASS
31 2026-09-20T02:58:30Z 0 0 0 2339 PASS
32 2026-09-20T03:21:36Z 0 0 0 2353 PASS
33 2026-09-20T04:09:00Z 0 0 1 2405 FAIL
 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
73
74
75
76
77
78
# Quality report — 2026-09-20T04:09:00Z

- **Gate**: ❌ **FAIL**
- **Commit**: `3561e52` on `main`
- **qlty**: qlty 0.639.0 linux-arm64 (d9801f1 2026-07-23)
- **Run**: #33 (previous: 2026-09-20T03:21:36Z)

## Gate violations

- code smells: 1 (max 0)

## Lint issues (`qlty check`)

_none_

### Top rules

_none_

### Most affected files

_none_

## Code smells (`qlty smells`)

Total: **1** (vs previous: +1)

| smell | file | line | detail |
|---|---|---|---|
| qlty:file-complexity | app/app.go | 1 | High total complexity (count = 50) |

## Metrics (`qlty metrics`)

| metric | total | vs previous |
|---|---|---|
| funcs | 1536 | +18 |
| classes | 206 | +2 |
| fields | 614 | +10 |
| cyclo | 5315 | +77 |
| complex | 2405 | +52 |
| lcom | 0 | ±0 |
| lines | 25641 | +356 |
| loc | 15725 | +219 |

### Most complex files

| file | complex | cyclo | loc |
|---|---|---|---|
| app/app.go | 50 | 135 | 422 |
| editor/view.go | 48 | 124 | 380 |
| app/actions_file.go | 47 | 72 | 246 |
| app/agents.go | 45 | 94 | 249 |
| theme/load.go | 44 | 71 | 214 |
| acp/session.go | 39 | 88 | 418 |
| acp/picker.go | 38 | 83 | 203 |
| acp/transcript.go | 38 | 89 | 231 |
| syntax/toml.go | 38 | 92 | 179 |
| ui/dialog.go | 38 | 71 | 197 |
| ui/menu_events.go | 38 | 66 | 145 |
| acp/paste.go | 37 | 53 | 135 |
| acp/view_draw.go | 37 | 85 | 172 |
| app/toolchain.go | 35 | 70 | 238 |
| ui/window.go | 35 | 110 | 251 |

## Trend

| run | timestamp | error | warning | smells | complex | gate |
|---|---|---|---|---|---|---|
| 24 | 2026-09-15T16:57:58Z | 0 | 0 | 0 | 2156 | PASS |
| 25 | 2026-09-15T23:50:29Z | 0 | 0 | 4 | 2254 | FAIL |
| 26 | 2026-09-15T23:51:24Z | 0 | 0 | 0 | 2257 | PASS |
| 27 | 2026-09-16T00:04:52Z | 0 | 0 | 0 | 2268 | PASS |
| 28 | 2026-09-17T04:41:36Z | 0 | 0 | 1 | 2305 | FAIL |
| 29 | 2026-09-17T04:42:34Z | 0 | 0 | 0 | 2306 | PASS |
| 30 | 2026-09-18T19:50:22Z | 0 | 0 | 0 | 2308 | PASS |
| 31 | 2026-09-20T02:58:30Z | 0 | 0 | 0 | 2339 | PASS |
| 32 | 2026-09-20T03:21:36Z | 0 | 0 | 0 | 2353 | PASS |
| 33 | 2026-09-20T04:09:00Z | 0 | 0 | 1 | 2405 | FAIL |