feat: react scan #1517
Annotations
11 warnings
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
packages/ingest/src/chunking/getLessonPlanParts.ts#L7
Unsafe argument of type `any` assigned to a parameter of type `string | object | string[]`
|
lint:
packages/ingest/src/db-helpers/step.ts#L11
'STEP_STATUS' is assigned a value but only used as a type
|
lint:
packages/ingest/src/import-lessons/importLessonsFromCSV.ts#L42
Unsafe argument of type `any` assigned to a parameter of type `string`
|
lint:
packages/ingest/src/import-lessons/importLessonsFromCSV.ts#L51
Promise returned in function argument where a void return was expected
|
lint:
packages/ingest/src/openai-batches/getCustomIdsFromJsonlFile.ts#L24
Unsafe member access .custom_id on an `any` value
|
lint:
packages/ingest/src/steps/4-lp-chunking.ts#L54
'error' is defined but never used
|
lint:
packages/ingest/src/steps/4-lp-chunking.ts#L71
'error' is defined but never used
|
lint:
packages/aila/src/core/chat/AilaStreamHandler.ts#L64
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint:
packages/aila/src/core/llm/MockLLMService.ts#L24
Async method 'createChatCompletionStream' has no 'await' expression
|
lint:
packages/aila/src/core/llm/MockLLMService.ts#L39
Async method 'createChatCompletionObjectStream' has no 'await' expression
|