Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

feat: add iagon storage and general improvements. #96

feat: add iagon storage and general improvements.

feat: add iagon storage and general improvements. #96

Triggered via pull request January 19, 2024 16:12
Status Failure
Total duration 1m 34s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Build and test: packages/iagon/src/IagonStorage/api.ts#L62
Prefer using an optional chain expression instead, as it's more concise and easier to read
Build and test: packages/iagon/src/IagonStorage/api.ts#L106
Prefer using an optional chain expression instead, as it's more concise and easier to read
Build and test: packages/iagon/src/IagonStorage/api.ts#L143
'recursive' is defined but never used
Build and test: packages/iagon/src/IagonStorage/api.ts#L159
Do not access Object.prototype method 'hasOwnProperty' from target object
Build and test: packages/iagon/src/IagonStorage/api.ts#L169
'key' is assigned a value but never used
Build and test: packages/iagon/src/IagonStorage/api.ts#L169
'key' is assigned a value but never used
Build and test: packages/iagon/src/IagonStorage/instance.ts#L37
'withDeleted' is defined but never used
Build and test: packages/iagon/src/IagonStorage/instance.ts#L139
'documentId' is defined but never used
Build and test: packages/iagon/src/IagonStorage/instance.ts#L139
'attachmentId' is defined but never used
Build and test: packages/iagon/src/IagonStorage/instance.ts#L139
'digest' is defined but never used
Build and test: packages/encryption/src/migration/index.ts#L65
Unexpected nullable object value in conditional. An explicit null check is required
Build and test: packages/encryption/src/migration/index.ts#L69
Unsafe argument of type `any` assigned to a parameter of type `{ _deleted: boolean; _attachments: { [attachmentId: string]: RxAttachmentData; }; _rev: string; _meta: RxDocumentMeta; }[]`
Build and test: packages/encryption/src/migration/index.ts#L70
Unsafe spread of an `any` type
Build and test: packages/encryption/src/migration/index.ts#L184
Unexpected nullable object value in conditional. An explicit null check is required
Build and test: packages/encryption/src/migration/index.ts#L264
Unexpected any value in conditional. An explicit comparison or type cast is required
Build and test: packages/encryption/src/migration/index.ts#L352
Unexpected any value in conditional. An explicit comparison or type cast is required
Build and test: packages/encryption/src/migration/index.ts#L431
Placing a void expression inside another expression is forbidden. Move it to its own statement instead
Build and test: packages/encryption/src/migration/index.ts#L459
Missing return type on function
Build and test: packages/encryption/src/migration/index.ts#L461
Unexpected nullable object value in conditional. An explicit null check is required
Build and test: packages/iagon/src/IagonStorage/api.ts#L9
Missing return type on function