Skip to content

Change asset manager path #1498

Change asset manager path

Change asset manager path #1498

Triggered via push December 14, 2023 12:26
Status Success
Total duration 3m 56s
Artifacts 1

style-check.yml

on: push
ESLint Check and Report Upload
3m 43s
ESLint Check and Report Upload
Format Check
0s
Format Check
Format Code
1m 1s
Format Code
ESLint Annotation
0s
ESLint Annotation
Fit to window
Zoom out
Zoom in

Annotations

46 warnings
packages/rrdom-nodejs/src/document-nodejs.ts#L41
[@typescript-eslint/prefer-as-const] Expected a `const` assertion instead of a literal type annotation.
packages/rrdom-nodejs/src/document-nodejs.ts#L377
[@typescript-eslint/prefer-as-const] Expected a `const` assertion instead of a literal type annotation.
packages/rrdom-nodejs/src/document-nodejs.ts#L381
[@typescript-eslint/prefer-as-const] Expected a `const` assertion instead of a literal type annotation.
packages/rrdom-nodejs/src/document-nodejs.ts#L385
[@typescript-eslint/prefer-as-const] Expected a `const` assertion instead of a literal type annotation.
packages/rrdom/src/document.ts#L208
[@typescript-eslint/prefer-as-const] Expected a `const` assertion instead of a literal type annotation.
packages/rrdom/src/document.ts#L588
[@typescript-eslint/prefer-as-const] Expected a `const` assertion instead of a literal type annotation.
packages/rrdom/src/document.ts#L618
[@typescript-eslint/prefer-as-const] Expected a `const` assertion instead of a literal type annotation.
packages/rrdom/src/document.ts#L650
[@typescript-eslint/prefer-as-const] Expected a `const` assertion instead of a literal type annotation.
packages/rrweb-snapshot/src/rebuild.ts#L500
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb-snapshot/src/snapshot.ts#L279
[@typescript-eslint/no-unused-vars] '_value' is defined but never used.
packages/rrweb-snapshot/src/snapshot.ts#L417
[@typescript-eslint/no-unused-vars] 'isStylesheetLoaded' is defined but never used.
packages/rrweb-snapshot/src/snapshot.ts#L594
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb-snapshot/src/snapshot.ts#L704
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb-snapshot/src/snapshot.ts#L704
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb-snapshot/src/snapshot.ts#L798
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb-snapshot/src/snapshot.ts#L799
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb-snapshot/src/snapshot.ts#L800
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb-snapshot/src/snapshot.ts#L801
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb-snapshot/src/types.ts#L13
[tsdoc/syntax] tsdoc-missing-deprecation-message: The @deprecated block must include a deprecation message, e.g. describing the recommended alternative
packages/rrweb-snapshot/src/utils.ts#L72
[tsdoc/syntax] tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
packages/rrweb/src/record/index.ts#L602
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/record/index.ts#L622
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/record/mutation.ts#L357
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/record/mutation.ts#L363
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/record/observers/canvas/canvas-manager.ts#L102
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/record/observers/canvas/canvas-manager.ts#L301
[@typescript-eslint/no-unused-vars] 'type' is assigned a value but never used.
packages/rrweb/src/record/stylesheet-manager.ts#L85
[@typescript-eslint/no-unused-vars] 'linkEl' is defined but never used.
packages/rrweb/src/record/workers/image-bitmap-data-url-worker.ts#L33
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/record/workers/image-bitmap-data-url-worker.ts#L61
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/canvas/deserialize-args.ts#L6
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/rrweb/src/replay/canvas/deserialize-args.ts#L27
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/rrweb/src/replay/canvas/webgl.ts#L15
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/canvas/webgl.ts#L18
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/canvas/webgl.ts#L39
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/rrweb/src/replay/canvas/webgl.ts#L78
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/rrweb/src/replay/index.ts#L905
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/index.ts#L924
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/index.ts#L932
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/index.ts#L1063
[@typescript-eslint/no-unused-vars] 'd' is assigned a value but never used.
packages/rrweb/src/replay/index.ts#L1064
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/index.ts#L1401
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/replay/index.ts#L1518
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/utils.ts#L34
[tsdoc/syntax] tsdoc-missing-deprecation-message: The @deprecated block must include a deprecation message, e.g. describing the recommended alternative
packages/rrweb/src/utils.ts#L118
[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.
packages/rrweb/src/utils.ts#L131
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
packages/types/src/index.ts#L646
[tsdoc/syntax] tsdoc-missing-deprecation-message: The @deprecated block must include a deprecation message, e.g. describing the recommended alternative

Artifacts

Produced during runtime
Name Size
eslint_report.json Expired
547 KB