Skip to content

Draft: Move Most Linting Logic to Web Workers #1443

Draft: Move Most Linting Logic to Web Workers

Draft: Move Most Linting Logic to Web Workers #1443

Triggered via pull request May 14, 2025 00:48
Status Failure
Total duration 55s
Artifacts

main.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors
build (16.x)
Process completed with exit code 1.
build (16.x): src/rules-runner/file-lint-manager.ts#L132
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
build (16.x): src/main.ts#L1054
'runOptions' is defined but never used. Allowed unused args must match /(^_)|(options)/u
build (16.x): src/main.ts#L361
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