Skip to content

feat: react scan

feat: react scan #1524

Triggered via pull request December 17, 2024 13:04
@JBR90JBR90
synchronize #445
feat-react-scan
Status Success
Total duration 2m 2s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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