Skip to content

Extended text masking function to include relevant HTMLElement #1261

Extended text masking function to include relevant HTMLElement

Extended text masking function to include relevant HTMLElement #1261

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / ESLint Report Analysis succeeded Oct 13, 2023 in 1s

ESLint Report Analysis

0 ESLint error(s) and 14 ESLint warning(s) found in pull request changed files.
0 ESLint error(s) and 36 ESLint warning(s) found in files outside of the pull request.

Details

Annotations

Check warning on line 255 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L255

[@typescript-eslint/no-unused-vars] '_value' is defined but never used.

Check warning on line 388 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L388

[@typescript-eslint/no-unused-vars] 'isStylesheetLoaded' is defined but never used.

Check warning on line 557 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L557

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 651 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L651

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 651 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L651

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 745 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L745

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 746 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L746

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 747 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L747

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 748 in packages/rrweb-snapshot/src/snapshot.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb-snapshot/src/snapshot.ts#L748

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 345 in packages/rrweb/src/record/mutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/mutation.ts#L345

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 351 in packages/rrweb/src/record/mutation.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/record/mutation.ts#L351

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 33 in packages/rrweb/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/utils.ts#L33

[tsdoc/syntax] tsdoc-missing-deprecation-message: The @deprecated block must include a deprecation message, e.g. describing the recommended alternative

Check warning on line 117 in packages/rrweb/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/utils.ts#L117

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 130 in packages/rrweb/src/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/rrweb/src/utils.ts#L130

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.