turbo-editors/turbo-corepublic Fork 0
fe2328870c726beecc5bc34fd3d05acba9fec94f
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-20260920T070134Z.md · 79 lines · 2.2 KBmarkdown
Blame HistoryOpen raw

Quality report — 2026-09-20T07:01:34Z

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

Gate violations

  • code smells: 2 (max 0)

Lint issues (qlty check)

none

Top rules

none

Most affected files

none

Code smells (qlty smells)

Total: 2 (vs previous: +2)

smell file line detail
qlty:return-statements configrepo/configrepo.go 166 Function with many returns (count = 8): loadFrom
qlty:return-statements configrepo/copy.go 21 Function with many returns (count = 8): copyTree

Metrics (qlty metrics)

metric total vs previous
funcs 1549 +13
classes 209 +3
fields 623 +9
cyclo 5441 +125
complex 2474 +68
lcom 0 ±0
lines 26044 +394
loc 15984 +255

Most complex files

file complex cyclo loc
editor/view.go 48 124 380
app/actions_file.go 47 72 246
app/agents.go 45 94 249
app/app.go 44 125 392
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
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
34 2026-09-20T04:09:35Z 0 0 0 2406 PASS
35 2026-09-20T07:01:34Z 0 0 2 2474 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
79
# Quality report — 2026-09-20T07:01:34Z

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

## Gate violations

- code smells: 2 (max 0)

## Lint issues (`qlty check`)

_none_

### Top rules

_none_

### Most affected files

_none_

## Code smells (`qlty smells`)

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

| smell | file | line | detail |
|---|---|---|---|
| qlty:return-statements | configrepo/configrepo.go | 166 | Function with many returns (count = 8): loadFrom |
| qlty:return-statements | configrepo/copy.go | 21 | Function with many returns (count = 8): copyTree |

## Metrics (`qlty metrics`)

| metric | total | vs previous |
|---|---|---|
| funcs | 1549 | +13 |
| classes | 209 | +3 |
| fields | 623 | +9 |
| cyclo | 5441 | +125 |
| complex | 2474 | +68 |
| lcom | 0 | ±0 |
| lines | 26044 | +394 |
| loc | 15984 | +255 |

### Most complex files

| file | complex | cyclo | loc |
|---|---|---|---|
| editor/view.go | 48 | 124 | 380 |
| app/actions_file.go | 47 | 72 | 246 |
| app/agents.go | 45 | 94 | 249 |
| app/app.go | 44 | 125 | 392 |
| 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 |
|---|---|---|---|---|---|---|
| 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 |
| 34 | 2026-09-20T04:09:35Z | 0 | 0 | 0 | 2406 | PASS |
| 35 | 2026-09-20T07:01:34Z | 0 | 0 | 2 | 2474 | FAIL |