Skip to content

Spike/images inslides #1533

Spike/images inslides

Spike/images inslides #1533

Triggered via pull request December 18, 2024 15:48
Status Failure
Total duration 1m 42s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: packages/api/src/imageGen/validateImageWithOpenAI.ts#L113
Invalid type "unknown" of template literal expression
lint: packages/api/src/router/cloudinary.ts#L36
Invalid type "unknown" of template literal expression
lint: packages/api/src/router/imageSearch.ts#L100
Unexpected any. Specify a different type
lint: packages/api/src/router/imageSearch.ts#L177
Unexpected any. Specify a different type
lint: packages/api/src/router/imageSearch.ts#L228
Unexpected any. Specify a different type
lint: packages/api/src/router/imageSearch.ts#L286
Unexpected any. Specify a different type
lint: packages/api/src/router/imageSearch.ts#L291
Unexpected any. Specify a different type
lint: packages/api/src/router/imageSearch.ts#L312
Unexpected any. Specify a different type
lint: packages/api/src/router/imageSearch.ts#L397
Unexpected any. Specify a different type
lint: packages/api/src/router/imageSearch.ts#L435
Unexpected any. Specify a different type
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