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

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

report-20260916T175104Z.md · 61 lines · 1.3 KBmarkdown Blame HistoryRaw
📦 Turbo JS 91999d1 k33g 11h ago1# Quality report — 2026-09-16T17:51:04Z
2
3- **Gate**: ❌ **FAIL**
4- **Commit**: `n/a` on `n/a`
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/jslang/words.go | 74 | Function with many returns (count = 8): classOfWord |
31
32## Metrics (`qlty metrics`)
33
34| metric | total | vs previous |
35|---|---|---|
36| funcs | 56 | — |
37| classes | 4 | — |
38| fields | 12 | — |
39| cyclo | 227 | — |
40| complex | 108 | — |
41| lcom | 0 | — |
42| lines | 1239 | — |
43| loc | 666 | — |
44
45### Most complex files
46
47| file | complex | cyclo | loc |
48|---|---|---|---|
49| internal/jslang/scan.go | 32 | 75 | 164 |
50| internal/jslang/json.go | 22 | 45 | 102 |
51| internal/jslang/words.go | 21 | 40 | 129 |
52| main.go | 16 | 32 | 132 |
53| internal/jslang/literals.go | 13 | 25 | 49 |
54| internal/jslang/jslang.go | 4 | 9 | 84 |
55| internal/jslang/templates.go | 0 | 1 | 6 |
56
57## Trend
58
59| run | timestamp | error | warning | smells | complex | gate |
60|---|---|---|---|---|---|---|
61| 1 | 2026-09-16T17:51:04Z | 0 | 0 | 1 | 108 | FAIL |