feat: react scan #1524
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/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
|
lint:
packages/aila/src/core/prompt/AilaPromptBuilder.ts#L37
Unsafe argument of type `any` assigned to a parameter of type `string`
|
lint:
packages/aila/src/core/prompt/AilaPromptBuilder.ts#L37
Unsafe member access .type on an `any` value
|
lint:
packages/aila/src/features/analytics/AilaAnalytics.ts#L25
Async method 'reportUsageMetrics' has no 'await' expression
|
lint:
packages/aila/src/features/analytics/AilaAnalytics.ts#L42
Async method 'shutdown' has no 'await' expression
|
lint:
packages/aila/src/features/analytics/adapters/DatadogAnalyticsAdapter.ts#L55
Unsafe member access .chatId on an `any` value
|
lint:
packages/aila/src/features/analytics/adapters/DatadogAnalyticsAdapter.ts#L56
Unsafe member access .userId on an `any` value
|
lint:
packages/aila/src/features/analytics/adapters/DatadogAnalyticsAdapter.ts#L57
Unsafe member access .model on an `any` value
|