feat: dynamically update README badges from benchmark results #18
code-quality.yml
on: push
ESLint Check
25s
Prettier Check
26s
TypeScript Check
30s
Spell Check
4s
Code Complexity
24s
Duplicate Code Check
9s
Quality Summary
2s
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
|