Skip to content

fix: include token/memory benchmarks in CI #15

fix: include token/memory benchmarks in CI

fix: include token/memory benchmarks in CI #15

Triggered via push December 28, 2025 08:07
Status Success
Total duration 47s
Artifacts

code-quality.yml

on: push
ESLint Check
25s
ESLint Check
Prettier Check
27s
Prettier Check
TypeScript Check
34s
TypeScript Check
Spell Check
4s
Spell Check
Code Complexity
24s
Code Complexity
Duplicate Code Check
11s
Duplicate Code Check
Quality Summary
2s
Quality Summary
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 19 warnings
Code Complexity: src/server.ts#L2555
Async arrow function has a complexity of 92. Maximum allowed is 15
Code Complexity: src/intelligent-features.ts#L424
Function 'calculateHealthScore' has a complexity of 19. Maximum allowed is 15
Code Complexity: src/intelligent-features.ts#L49
Function 'analyzeCriticalPath' has a complexity of 28. Maximum allowed is 15
Code Complexity: src/http-server.ts#L1438
Async function 'handleRequest' has a complexity of 36. Maximum allowed is 15
Code Complexity: src/http-server.ts#L785
Async function 'handleSnapshots' has a complexity of 17. Maximum allowed is 15
Code Complexity: src/http-server.ts#L233
Async function 'handleTasks' has a complexity of 24. Maximum allowed is 15
Code Complexity: src/http-server.ts#L110
Async function 'handleProjects' has a complexity of 16. Maximum allowed is 15
Code Complexity
Some functions have high complexity
Code Complexity: src/storage.ts#L31
'_fileExists' is defined but never used
Code Complexity: src/server.ts#L2390
Unexpected any. Specify a different type
Code Complexity: src/server.ts#L52
'getPromptTemplate' is defined but never used
Code Complexity: src/server.ts#L49
'getTimeEntries' is defined but never used
Code Complexity: src/server.ts#L48
'getActiveTimeEntry' is defined but never used
Code Complexity: src/server.ts#L45
'forgetAll' is defined but never used
Code Complexity: src/intelligent-features.ts#L295
'STATUS_REVERSE' is assigned a value but never used
Code Complexity: src/http-server.ts#L1124
Unexpected any. Specify a different type
Code Complexity: src/http-server.ts#L1004
Unexpected any. Specify a different type
ESLint Check: src/storage.ts#L31
'_fileExists' is defined but never used
ESLint Check: src/server.ts#L2390
Unexpected any. Specify a different type
ESLint Check: src/server.ts#L52
'getPromptTemplate' is defined but never used
ESLint Check: src/server.ts#L49
'getTimeEntries' is defined but never used
ESLint Check: src/server.ts#L48
'getActiveTimeEntry' is defined but never used
ESLint Check: src/server.ts#L45
'forgetAll' is defined but never used
ESLint Check: src/intelligent-features.ts#L295
'STATUS_REVERSE' is assigned a value but never used
ESLint Check: src/http-server.ts#L1124
Unexpected any. Specify a different type
ESLint Check: src/http-server.ts#L1004
Unexpected any. Specify a different type