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

Quality report — 2026-08-31T11:46:21Z

  • Gate: ✅ PASS
  • Commit: d44a159 on feature/go-format-lint
  • qlty: qlty 0.639.0 linux-arm64 (d9801f1 2026-07-23)
  • Run: #26 (previous: 2026-08-31T11:44:41Z)

Lint issues (qlty check)

none

Top rules

none

Most affected files

none

Code smells (qlty smells)

Total: 0 (vs previous: -4)

none

Metrics (qlty metrics)

metric total vs previous
funcs 1007 -3
classes 111 ±0
fields 347 ±0
cyclo 3446 -38
complex 1513 -15
lcom 0 ±0
lines 15748 -52
loc 10178 -74

Most complex files

file complex cyclo loc
internal/editor/view.go 48 124 361
internal/theme/load.go 45 74 220
internal/app/actions_file.go 43 68 215
internal/app/app.go 43 116 352
internal/lsp/conn.go 39 58 238
internal/syntax/toml.go 38 92 179
internal/ui/dialog.go 38 71 197
internal/ui/menu_events.go 38 66 145
internal/snippets/snippets.go 35 41 140
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/syntax/markdown.go 30 69 110
internal/syntax/scanner.go 30 67 137

Trend

run timestamp error warning smells complex gate
17 2026-08-31T05:21:16Z 0 0 0 1156 PASS
18 2026-08-31T06:04:14Z 0 0 0 1160 PASS
19 2026-08-31T06:24:42Z 0 0 0 1228 PASS
20 2026-08-31T07:13:43Z 0 0 4 1388 FAIL
21 2026-08-31T07:14:19Z 0 0 0 1389 PASS
22 2026-08-31T10:44:47Z 0 0 1 1475 FAIL
23 2026-08-31T10:45:25Z 0 0 1 1478 FAIL
24 2026-08-31T10:46:01Z 0 0 0 1480 PASS
25 2026-08-31T11:44:41Z 0 0 4 1528 FAIL
26 2026-08-31T11:46:21Z 0 0 0 1513 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-31T11:46:21Z

- **Gate**: ✅ **PASS**
- **Commit**: `d44a159` on `feature/go-format-lint`
- **qlty**: qlty 0.639.0 linux-arm64 (d9801f1 2026-07-23)
- **Run**: #26 (previous: 2026-08-31T11:44:41Z)

## Lint issues (`qlty check`)

_none_

### Top rules

_none_

### Most affected files

_none_

## Code smells (`qlty smells`)

Total: **0** (vs previous: -4)

_none_

## Metrics (`qlty metrics`)

| metric | total | vs previous |
|---|---|---|
| funcs | 1007 | -3 |
| classes | 111 | ±0 |
| fields | 347 | ±0 |
| cyclo | 3446 | -38 |
| complex | 1513 | -15 |
| lcom | 0 | ±0 |
| lines | 15748 | -52 |
| loc | 10178 | -74 |

### Most complex files

| file | complex | cyclo | loc |
|---|---|---|---|
| internal/editor/view.go | 48 | 124 | 361 |
| internal/theme/load.go | 45 | 74 | 220 |
| internal/app/actions_file.go | 43 | 68 | 215 |
| internal/app/app.go | 43 | 116 | 352 |
| internal/lsp/conn.go | 39 | 58 | 238 |
| internal/syntax/toml.go | 38 | 92 | 179 |
| internal/ui/dialog.go | 38 | 71 | 197 |
| internal/ui/menu_events.go | 38 | 66 | 145 |
| internal/snippets/snippets.go | 35 | 41 | 140 |
| 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/syntax/markdown.go | 30 | 69 | 110 |
| internal/syntax/scanner.go | 30 | 67 | 137 |

## Trend

| run | timestamp | error | warning | smells | complex | gate |
|---|---|---|---|---|---|---|
| 17 | 2026-08-31T05:21:16Z | 0 | 0 | 0 | 1156 | PASS |
| 18 | 2026-08-31T06:04:14Z | 0 | 0 | 0 | 1160 | PASS |
| 19 | 2026-08-31T06:24:42Z | 0 | 0 | 0 | 1228 | PASS |
| 20 | 2026-08-31T07:13:43Z | 0 | 0 | 4 | 1388 | FAIL |
| 21 | 2026-08-31T07:14:19Z | 0 | 0 | 0 | 1389 | PASS |
| 22 | 2026-08-31T10:44:47Z | 0 | 0 | 1 | 1475 | FAIL |
| 23 | 2026-08-31T10:45:25Z | 0 | 0 | 1 | 1478 | FAIL |
| 24 | 2026-08-31T10:46:01Z | 0 | 0 | 0 | 1480 | PASS |
| 25 | 2026-08-31T11:44:41Z | 0 | 0 | 4 | 1528 | FAIL |
| 26 | 2026-08-31T11:46:21Z | 0 | 0 | 0 | 1513 | PASS |