turbo-editors/turbo-corepublic Fork 0
v1.0.0
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.

🛟 Updated. 28d5985 · on v1.0.0 · k33g · 16h ago
report-20260915T093409Z.md · 80 lines · 2.3 KBmarkdown
Blame HistoryOpen raw

Quality report — 2026-09-15T09:34:09Z

  • Gate: ❌ FAIL
  • Commit: c51a434 on feature/acp
  • qlty: qlty 0.639.0 linux-arm64 (d9801f1 2026-07-23)
  • Run: #21 (previous: 2026-09-09T12:15:42Z)

Gate violations

  • code smells: 3 (max 0)

Lint issues (qlty check)

none

Top rules

none

Most affected files

none

Code smells (qlty smells)

Total: 3 (vs previous: +3)

smell file line detail
qlty:return-statements acp/config.go 164 Function with many returns (count = 6): loadFile
qlty:return-statements acp/view_events.go 10 Function with many returns (count = 6): HandleKey
qlty:return-statements acp/render.go 217 Function with many returns (count = 7): linesOf

Metrics (qlty metrics)

metric total vs previous
funcs 1385 +199
classes 184 +50
fields 541 +122
cyclo 4745 +655
complex 2119 +308
lcom 0 ±0
lines 22825 +3690
loc 14099 +2256

Most complex files

file complex cyclo loc
editor/view.go 48 124 380
acp/render.go 46 76 253
acp/session.go 44 107 395
app/actions_file.go 44 69 224
theme/load.go 44 71 214
app/app.go 43 123 375
app/agents.go 41 79 226
acp/transcript.go 38 88 231
syntax/toml.go 38 92 179
ui/dialog.go 38 71 197
ui/menu_events.go 38 66 145
acp/config.go 35 43 146
app/toolchain.go 35 72 243
ui/window.go 35 110 251
snippets/snippets.go 34 39 135

Trend

run timestamp error warning smells complex gate
12 2026-09-01T15:31:02Z 0 0 0 1724 PASS
13 2026-09-01T16:09:47Z 0 0 0 1724 PASS
14 2026-09-02T04:37:40Z 0 0 0 1801 PASS
15 2026-09-02T04:56:53Z 0 0 0 1802 PASS
16 2026-09-02T05:02:06Z 0 0 0 1802 PASS
17 2026-09-02T06:10:08Z 0 0 0 1810 PASS
18 2026-09-02T06:12:59Z 0 0 0 1810 PASS
19 2026-09-03T05:34:04Z 0 0 0 1810 PASS
20 2026-09-09T12:15:42Z 0 0 0 1811 PASS
21 2026-09-15T09:34:09Z 0 0 3 2119 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
80
# Quality report — 2026-09-15T09:34:09Z

- **Gate**: ❌ **FAIL**
- **Commit**: `c51a434` on `feature/acp`
- **qlty**: qlty 0.639.0 linux-arm64 (d9801f1 2026-07-23)
- **Run**: #21 (previous: 2026-09-09T12:15:42Z)

## Gate violations

- code smells: 3 (max 0)

## Lint issues (`qlty check`)

_none_

### Top rules

_none_

### Most affected files

_none_

## Code smells (`qlty smells`)

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

| smell | file | line | detail |
|---|---|---|---|
| qlty:return-statements | acp/config.go | 164 | Function with many returns (count = 6): loadFile |
| qlty:return-statements | acp/view_events.go | 10 | Function with many returns (count = 6): HandleKey |
| qlty:return-statements | acp/render.go | 217 | Function with many returns (count = 7): linesOf |

## Metrics (`qlty metrics`)

| metric | total | vs previous |
|---|---|---|
| funcs | 1385 | +199 |
| classes | 184 | +50 |
| fields | 541 | +122 |
| cyclo | 4745 | +655 |
| complex | 2119 | +308 |
| lcom | 0 | ±0 |
| lines | 22825 | +3690 |
| loc | 14099 | +2256 |

### Most complex files

| file | complex | cyclo | loc |
|---|---|---|---|
| editor/view.go | 48 | 124 | 380 |
| acp/render.go | 46 | 76 | 253 |
| acp/session.go | 44 | 107 | 395 |
| app/actions_file.go | 44 | 69 | 224 |
| theme/load.go | 44 | 71 | 214 |
| app/app.go | 43 | 123 | 375 |
| app/agents.go | 41 | 79 | 226 |
| acp/transcript.go | 38 | 88 | 231 |
| syntax/toml.go | 38 | 92 | 179 |
| ui/dialog.go | 38 | 71 | 197 |
| ui/menu_events.go | 38 | 66 | 145 |
| acp/config.go | 35 | 43 | 146 |
| app/toolchain.go | 35 | 72 | 243 |
| ui/window.go | 35 | 110 | 251 |
| snippets/snippets.go | 34 | 39 | 135 |

## Trend

| run | timestamp | error | warning | smells | complex | gate |
|---|---|---|---|---|---|---|
| 12 | 2026-09-01T15:31:02Z | 0 | 0 | 0 | 1724 | PASS |
| 13 | 2026-09-01T16:09:47Z | 0 | 0 | 0 | 1724 | PASS |
| 14 | 2026-09-02T04:37:40Z | 0 | 0 | 0 | 1801 | PASS |
| 15 | 2026-09-02T04:56:53Z | 0 | 0 | 0 | 1802 | PASS |
| 16 | 2026-09-02T05:02:06Z | 0 | 0 | 0 | 1802 | PASS |
| 17 | 2026-09-02T06:10:08Z | 0 | 0 | 0 | 1810 | PASS |
| 18 | 2026-09-02T06:12:59Z | 0 | 0 | 0 | 1810 | PASS |
| 19 | 2026-09-03T05:34:04Z | 0 | 0 | 0 | 1810 | PASS |
| 20 | 2026-09-09T12:15:42Z | 0 | 0 | 0 | 1811 | PASS |
| 21 | 2026-09-15T09:34:09Z | 0 | 0 | 3 | 2119 | FAIL |