Skip to content

feat(utils): add WriteAheadLog classes #3632

feat(utils): add WriteAheadLog classes

feat(utils): add WriteAheadLog classes #3632

Triggered via pull request January 10, 2026 00:53
Status Failure
Total duration 13m 23s
Artifacts

code-pushup.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 10 warnings
<✓> ESLint | Disallow the `any` type: packages/utils/src/lib/file-sink-text.ts#L122
Unexpected any. Specify a different type.
<✓> ESLint | Disallow the `any` type: packages/utils/src/lib/file-sink-text.ts#L91
Unexpected any. Specify a different type.
<✓> ESLint | Disallow the `any` type: packages/utils/src/lib/file-sink-text.ts#L87
Unexpected any. Specify a different type.
<✓> ESLint | Disallow the `any` type: packages/utils/src/lib/file-sink-text.ts#L50
Unexpected any. Specify a different type.
Monorepo mode
Process completed with exit code 1.
Monorepo mode
Process failed with exit code 130
Monorepo mode
[Code PushUp GitHub action] Failed: Process failed with exit code 130
<✓> ESLint | Disallow imperative loops.: packages/utils/src/lib/file-sink-text.ts#L35
Unexpected loop, use map or reduce instead.
<✓> ESLint | Enforce that class methods utilize `this`: packages/utils/src/lib/file-sink-text.ts#L90
Expected 'this' to be used by class method 'decode'.
<✓> ESLint | Enforce that class methods utilize `this`: packages/utils/src/lib/file-sink-text.ts#L86
Expected 'this' to be used by class method 'encode'.
<✓> ESLint | Enforce that class methods utilize `this`: packages/utils/src/lib/file-sink-jsonl.ts#L49
Expected 'this' to be used by class method 'decode'.
<✓> ESLint | Enforce that class methods utilize `this`: packages/utils/src/lib/file-sink-jsonl.ts#L45
Expected 'this' to be used by class method 'encode'.