[WIP] Fix linting issues and enhance core components of OpenCog #8
ci.yaml
on: pull_request
Test
1m 38s
Docker Build Validation
3m 36s
Annotations
10 errors and 1 warning
|
Test:
app/lib/opencog/agents/project-structure-analysis-agent.ts#L984
Object is possibly 'undefined'.
|
|
Test:
app/lib/opencog/agents/project-structure-analysis-agent.ts#L977
Object is possibly 'null'.
|
|
Test:
app/lib/opencog/agents/project-structure-analysis-agent.ts#L973
Object is possibly 'undefined'.
|
|
Test:
app/lib/opencog/agents/project-structure-analysis-agent.ts#L829
Object is possibly 'undefined'.
|
|
Test:
app/lib/opencog/agents/proactive-debugging-agent.ts#L723
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{ low: number; medium: number; high: number; critical: number; }'.
|
|
Test:
app/lib/opencog/agents/proactive-debugging-agent.ts#L268
Variable 'predictions' implicitly has an 'any[]' type.
|
|
Test:
app/lib/opencog/agents/proactive-debugging-agent.ts#L265
Variable 'predictions' implicitly has type 'any[]' in some locations where its type cannot be determined.
|
|
Test:
app/lib/opencog/agents/autonomous-documentation-agent.ts#L776
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ 'missing-readme': string; 'missing-api-docs': string; 'missing-comments': string; 'outdated-docs': string; }'.
|
|
Test:
app/lib/opencog/agents/autonomous-documentation-agent.ts#L655
Argument of type '{ action: { type: "file"; filePath: string; content: string; }; }' is not assignable to parameter of type 'ActionCallbackData'.
|
|
Test:
app/lib/opencog/agents/autonomous-documentation-agent.ts#L642
Argument of type '{ action: { type: "file"; filePath: string; content: string; }; }' is not assignable to parameter of type 'ActionCallbackData'.
|
|
Test
No files were found with the provided path: coverage/. No artifacts will be uploaded.
|