turbo-editors/turbo-jspublic Fork 0
v1.0.3
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-20260916T175143Z.md · 56 lines · 1.2 KBmarkdown Blame HistoryRaw
📦 Turbo JS 91999d1 k33g 23h ago1# Quality report — 2026-09-16T17:51:43Z
2
3- **Gate**: ✅ **PASS**
4- **Commit**: `n/a` on `n/a`
5- **qlty**: qlty 0.639.0 linux-arm64 (d9801f1 2026-07-23)
6- **Run**: #2 (previous: 2026-09-16T17:51:04Z)
7
8## Lint issues (`qlty check`)
9
10_none_
11
12### Top rules
13
14_none_
15
16### Most affected files
17
18_none_
19
20## Code smells (`qlty smells`)
21
22Total: **0** (vs previous: -1)
23
24_none_
25
26## Metrics (`qlty metrics`)
27
28| metric | total | vs previous |
29|---|---|---|
30| funcs | 59 | +3 |
31| classes | 4 | ±0 |
32| fields | 12 | ±0 |
33| cyclo | 228 | +1 |
34| complex | 108 | ±0 |
35| lcom | 0 | ±0 |
36| lines | 1261 | +22 |
37| loc | 678 | +12 |
38
39### Most complex files
40
41| file | complex | cyclo | loc |
42|---|---|---|---|
43| internal/jslang/scan.go | 32 | 75 | 164 |
44| internal/jslang/json.go | 22 | 45 | 102 |
45| internal/jslang/words.go | 21 | 41 | 141 |
46| main.go | 16 | 32 | 132 |
47| internal/jslang/literals.go | 13 | 25 | 49 |
48| internal/jslang/jslang.go | 4 | 9 | 84 |
49| internal/jslang/templates.go | 0 | 1 | 6 |
50
51## Trend
52
53| run | timestamp | error | warning | smells | complex | gate |
54|---|---|---|---|---|---|---|
55| 1 | 2026-09-16T17:51:04Z | 0 | 0 | 1 | 108 | FAIL |
56| 2 | 2026-09-16T17:51:43Z | 0 | 0 | 0 | 108 | PASS |