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

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

report-20260903T050305Z.md · 60 lines · 1.3 KBmarkdown Blame HistoryRaw
📦 Turbo Python 6fc62ea k33g 12h ago1# Quality report — 2026-09-03T05:03:05Z
2
3- **Gate**: ❌ **FAIL**
4- **Commit**: `efb533c` 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: 1 (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: **1** (vs previous: —)
27
28| smell | file | line | detail |
29|---|---|---|---|
30| qlty:return-statements | internal/pythonlang/words.go | 105 | Function with many returns (count = 6): classOfWord |
31
32## Metrics (`qlty metrics`)
33
34| metric | total | vs previous |
35|---|---|---|
36| funcs | 42 | — |
37| classes | 2 | — |
38| fields | 8 | — |
39| cyclo | 186 | — |
40| complex | 91 | — |
41| lcom | 0 | — |
42| lines | 1025 | — |
43| loc | 521 | — |
44
45### Most complex files
46
47| file | complex | cyclo | loc |
48|---|---|---|---|
49| internal/pythonlang/words.go | 33 | 64 | 136 |
50| internal/pythonlang/scan.go | 20 | 51 | 84 |
51| main.go | 16 | 32 | 132 |
52| internal/pythonlang/literals.go | 13 | 23 | 74 |
53| internal/pythonlang/pythonlang.go | 9 | 15 | 90 |
54| internal/pythonlang/templates.go | 0 | 1 | 5 |
55
56## Trend
57
58| run | timestamp | error | warning | smells | complex | gate |
59|---|---|---|---|---|---|---|
60| 1 | 2026-09-03T05:03:05Z | 0 | 0 | 1 | 91 | FAIL |