turbo-editors/turbo-corepublic Fork 0
v1.0.1
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.1 · k33g · 16h ago
report-20260915T165707Z.md · 79 lines · 2.1 KBmarkdown
Blame HistoryOpen raw

Quality report — 2026-09-15T16:57:07Z

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

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 acp/view_draw.go 156 Function with many returns (count = 6): ruleLabel
qlty:file-complexity acp/render.go 1 High total complexity (count = 51)

Metrics (qlty metrics)

metric total vs previous
funcs 1409 +22
classes 184 ±0
fields 547 +6
cyclo 4847 +101
complex 2157 +38
lcom 0 ±0
lines 23265 +415
loc 14326 +217

Most complex files

file complex cyclo loc
acp/render.go 51 81 275
acp/session.go 48 114 425
editor/view.go 48 124 380
app/actions_file.go 44 69 224
theme/load.go 44 71 214
app/app.go 43 123 375
app/agents.go 42 81 234
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
app/toolchain.go 35 72 243
ui/window.go 35 110 251
acp/config.go 34 43 149
snippets/snippets.go 34 39 135

Trend

run timestamp error warning smells complex gate
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
22 2026-09-15T09:34:55Z 0 0 0 2119 PASS
23 2026-09-15T16:57:07Z 0 0 2 2157 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-15T16:57:07Z

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

## 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 | acp/view_draw.go | 156 | Function with many returns (count = 6): ruleLabel |
| qlty:file-complexity | acp/render.go | 1 | High total complexity (count = 51) |

## Metrics (`qlty metrics`)

| metric | total | vs previous |
|---|---|---|
| funcs | 1409 | +22 |
| classes | 184 | ±0 |
| fields | 547 | +6 |
| cyclo | 4847 | +101 |
| complex | 2157 | +38 |
| lcom | 0 | ±0 |
| lines | 23265 | +415 |
| loc | 14326 | +217 |

### Most complex files

| file | complex | cyclo | loc |
|---|---|---|---|
| acp/render.go | 51 | 81 | 275 |
| acp/session.go | 48 | 114 | 425 |
| editor/view.go | 48 | 124 | 380 |
| app/actions_file.go | 44 | 69 | 224 |
| theme/load.go | 44 | 71 | 214 |
| app/app.go | 43 | 123 | 375 |
| app/agents.go | 42 | 81 | 234 |
| 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 |
| app/toolchain.go | 35 | 72 | 243 |
| ui/window.go | 35 | 110 | 251 |
| acp/config.go | 34 | 43 | 149 |
| snippets/snippets.go | 34 | 39 | 135 |

## Trend

| run | timestamp | error | warning | smells | complex | gate |
|---|---|---|---|---|---|---|
| 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 |
| 22 | 2026-09-15T09:34:55Z | 0 | 0 | 0 | 2119 | PASS |
| 23 | 2026-09-15T16:57:07Z | 0 | 0 | 2 | 2157 | FAIL |