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 · 19h ago
report-20260901T113433Z.md · 76 lines · 1.9 KBmarkdown
Blame HistoryOpen raw

Quality report — 2026-09-01T11:34:33Z

  • Gate: ❌ FAIL
  • Commit: bc4a464 on feature/more-syntaxes
  • qlty: qlty 0.639.0 linux-arm64 (d9801f1 2026-07-23)
  • Run: #8 (previous: 2026-09-01T11:34:01Z)

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: -3)

smell file line detail
qlty:file-complexity syntax/yaml.go 1 High total complexity (count = 52)

Metrics (qlty metrics)

metric total vs previous
funcs 1118 +1
classes 123 ±0
fields 394 ±0
cyclo 3882 -31
complex 1718 ±0
lcom 0 ±0
lines 17742 +16
loc 11102 +4

Most complex files

file complex cyclo loc
syntax/yaml.go 52 120 204
editor/view.go 48 124 362
app/actions_file.go 43 68 215
app/app.go 43 116 364
theme/load.go 43 70 208
lsp/conn.go 39 58 238
syntax/toml.go 38 92 179
ui/dialog.go 38 71 197
ui/menu_events.go 38 66 145
app/toolchain.go 35 72 239
ui/window.go 35 110 251
snippets/snippets.go 34 39 135
syntax/language.go 34 30 143
settings/rewrite.go 32 64 121
app/completion.go 31 75 193

Trend

run timestamp error warning smells complex gate
1 2026-09-01T04:14:13Z 0 0 0 1584 PASS
2 2026-09-01T04:54:43Z 0 0 0 1584 PASS
3 2026-09-01T05:02:11Z 0 0 0 1584 PASS
4 2026-09-01T06:36:38Z 0 0 0 1610 PASS
5 2026-09-01T06:43:56Z 0 0 0 1610 PASS
6 2026-09-01T07:03:53Z 0 0 0 1610 PASS
7 2026-09-01T11:34:01Z 0 0 4 1718 FAIL
8 2026-09-01T11:34:33Z 0 0 1 1718 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
# Quality report — 2026-09-01T11:34:33Z

- **Gate**: ❌ **FAIL**
- **Commit**: `bc4a464` on `feature/more-syntaxes`
- **qlty**: qlty 0.639.0 linux-arm64 (d9801f1 2026-07-23)
- **Run**: #8 (previous: 2026-09-01T11:34:01Z)

## 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: -3)

| smell | file | line | detail |
|---|---|---|---|
| qlty:file-complexity | syntax/yaml.go | 1 | High total complexity (count = 52) |

## Metrics (`qlty metrics`)

| metric | total | vs previous |
|---|---|---|
| funcs | 1118 | +1 |
| classes | 123 | ±0 |
| fields | 394 | ±0 |
| cyclo | 3882 | -31 |
| complex | 1718 | ±0 |
| lcom | 0 | ±0 |
| lines | 17742 | +16 |
| loc | 11102 | +4 |

### Most complex files

| file | complex | cyclo | loc |
|---|---|---|---|
| syntax/yaml.go | 52 | 120 | 204 |
| editor/view.go | 48 | 124 | 362 |
| app/actions_file.go | 43 | 68 | 215 |
| app/app.go | 43 | 116 | 364 |
| theme/load.go | 43 | 70 | 208 |
| lsp/conn.go | 39 | 58 | 238 |
| syntax/toml.go | 38 | 92 | 179 |
| ui/dialog.go | 38 | 71 | 197 |
| ui/menu_events.go | 38 | 66 | 145 |
| app/toolchain.go | 35 | 72 | 239 |
| ui/window.go | 35 | 110 | 251 |
| snippets/snippets.go | 34 | 39 | 135 |
| syntax/language.go | 34 | 30 | 143 |
| settings/rewrite.go | 32 | 64 | 121 |
| app/completion.go | 31 | 75 | 193 |

## Trend

| run | timestamp | error | warning | smells | complex | gate |
|---|---|---|---|---|---|---|
| 1 | 2026-09-01T04:14:13Z | 0 | 0 | 0 | 1584 | PASS |
| 2 | 2026-09-01T04:54:43Z | 0 | 0 | 0 | 1584 | PASS |
| 3 | 2026-09-01T05:02:11Z | 0 | 0 | 0 | 1584 | PASS |
| 4 | 2026-09-01T06:36:38Z | 0 | 0 | 0 | 1610 | PASS |
| 5 | 2026-09-01T06:43:56Z | 0 | 0 | 0 | 1610 | PASS |
| 6 | 2026-09-01T07:03:53Z | 0 | 0 | 0 | 1610 | PASS |
| 7 | 2026-09-01T11:34:01Z | 0 | 0 | 4 | 1718 | FAIL |
| 8 | 2026-09-01T11:34:33Z | 0 | 0 | 1 | 1718 | FAIL |