turbo-editors/turbo-golopublic Fork 0
v1.0.2
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-golo.git
git clone ssh://git@rickub.com/turbo-editors/turbo-golo.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

report-20260914T044406Z.md · 61 lines · 1.3 KBmarkdown Blame HistoryRaw
📦 Turbo Golo d710c1b k33g 14h ago1# Quality report — 2026-09-14T04:44:06Z
2
3- **Gate**: ❌ **FAIL**
4- **Commit**: `7069d2c` on `main`
5- **qlty**: qlty 0.639.0 linux-arm64 (d9801f1 2026-07-23)
6- **Run**: #1 (first recorded run)
7
8## Gate violations
9
10- code smells: 2 (max 0)
11
12## Lint issues (`qlty check`)
13
14_none_
15
16### Top rules
17
18_none_
19
20### Most affected files
21
22_none_
23
24## Code smells (`qlty smells`)
25
26Total: **2** (vs previous: —)
27
28| smell | file | line | detail |
29|---|---|---|---|
30| qlty:boolean-logic | internal/gololang/words.go | 105 | Complex binary expression |
31| qlty:boolean-logic | internal/gololang/words.go | 106 | Complex binary expression |
32
33## Metrics (`qlty metrics`)
34
35| metric | total | vs previous |
36|---|---|---|
37| funcs | 41 | — |
38| classes | 2 | — |
39| fields | 5 | — |
40| cyclo | 131 | — |
41| complex | 53 | — |
42| lcom | 0 | — |
43| lines | 991 | — |
44| loc | 483 | — |
45
46### Most complex files
47
48| file | complex | cyclo | loc |
49|---|---|---|---|
50| internal/gololang/words.go | 28 | 63 | 185 |
51| main.go | 16 | 32 | 132 |
52| internal/gololang/scan.go | 6 | 30 | 81 |
53| internal/gololang/literals.go | 3 | 4 | 33 |
54| internal/gololang/gololang.go | 0 | 1 | 47 |
55| internal/gololang/templates.go | 0 | 1 | 5 |
56
57## Trend
58
59| run | timestamp | error | warning | smells | complex | gate |
60|---|---|---|---|---|---|---|
61| 1 | 2026-09-14T04:44:06Z | 0 | 0 | 2 | 53 | FAIL |