-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode-quality-report.json
More file actions
64 lines (64 loc) · 1.67 KB
/
code-quality-report.json
File metadata and controls
64 lines (64 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"eslint": {
"note": "eslint not run or produced no JSON output",
"raw": {
"exitCode": 0,
"stdout": "",
"stderr": ""
}
},
"depcheck": {
"note": "depcheck not available or produced no output",
"raw": {
"exitCode": 0,
"stdout": "",
"stderr": ""
}
},
"madge": {
"note": "madge not available or produced no output",
"raw": {
"exitCode": 0,
"stdout": "",
"stderr": ""
}
},
"todos": [
{
"file": "FLOW_DIAGRAM.md",
"line": 191,
"text": "│ ENDPOINT MÉTODO STATUS │"
},
{
"file": "backend/services/jobService.js",
"line": 93,
"text": "salary: normalizeSalary(job.salary), // TODO: Implementar parser de salario"
},
{
"file": "extension/popup/popup.js",
"line": 240,
"text": "// TODO: Implementar sistema de notificaciones visual"
},
{
"file": "skills/README.md",
"line": 29,
"text": "- `code-quality.js`: Run several static-analysis helpers (ESLint, depcheck, madge) and search for TODO/FIXME/DEPRECATED comments. Returns a consolidated JSON report with `eslint`, `depcheck`, `madge`, `todos` and `suggestions`."
},
{
"file": "skills/code-quality.js",
"line": 51,
"text": "if (/\\b(TODO|FIXME|DEPRECATED)\\b/.test(ln)) {"
},
{
"file": "web-dashboard/js/profilesManager.js",
"line": 319,
"text": "// TODO: Implementar modal de creación"
},
{
"file": "web-dashboard/js/profilesManager.js",
"line": 364,
"text": "// TODO: Implementar modal de gestión completo"
}
],
"suggestions": []
}