turbo-editors/turbo-rustpublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-rust.git
git clone ssh://git@rickub.com/turbo-editors/turbo-rust.git

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

report-20260901T041428Z.md · 59 lines · 1.3 KBmarkdown Blame HistoryRaw
📦 Turbo Rust 713ea5c k33g 11h ago1# Quality report — 2026-09-01T04:14:28Z
2
3- **Gate**: ❌ **FAIL**
4- **Commit**: `a07b528` 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:return-statements | internal/rustlang/scan.go | 463 | Function with many returns (count = 6): classOfWord |
31| qlty:file-complexity | internal/rustlang/scan.go | 1 | High total complexity (count = 69) |
32
33## Metrics (`qlty metrics`)
34
35| metric | total | vs previous |
36|---|---|---|
37| funcs | 41 | — |
38| classes | 2 | — |
39| fields | 9 | — |
40| cyclo | 184 | — |
41| complex | 89 | — |
42| lcom | 0 | — |
43| lines | 1049 | — |
44| loc | 684 | — |
45
46### Most complex files
47
48| file | complex | cyclo | loc |
49|---|---|---|---|
50| internal/rustlang/scan.go | 69 | 140 | 338 |
51| main.go | 16 | 32 | 132 |
52| internal/rustlang/rustlang.go | 4 | 9 | 63 |
53| internal/rustlang/templates.go | 0 | 3 | 151 |
54
55## Trend
56
57| run | timestamp | error | warning | smells | complex | gate |
58|---|---|---|---|---|---|---|
59| 1 | 2026-09-01T04:14:28Z | 0 | 0 | 2 | 89 | FAIL |