Skip to content

subverting pedantic tooling #12

subverting pedantic tooling

subverting pedantic tooling #12

Triggered via push November 6, 2024 02:27
Status Failure
Total duration 21s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
CI: src/dsp.ts#L54
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
CI: src/dsp.ts#L63
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
CI
Process completed with exit code 1.
CI: src/dsp.ts#L71
Unexpected any. Specify a different type
CI: src/dsp.ts#L72
Unsafe assignment of an `any` value
CI: src/dsp.ts#L74
'name' is assigned a value but never used
CI: src/dsp.ts#L75
'ino' is assigned a value but never used
CI: src/dsp.ts#L77
'fs' is assigned a value but never used
CI: src/dsp.ts#L78
'path' is assigned a value but never used
CI: src/dsp.ts#L79
'position' is assigned a value but never used
CI: src/framebuffer.ts#L15
Unexpected any. Specify a different type
CI: src/framebuffer.ts#L16
Unsafe assignment of an `any` value
CI: src/framebuffer.ts#L18
'name' is assigned a value but never used