Skip to content

More lint

More lint #145

Triggered via push February 18, 2024 15:48
Status Failure
Total duration 42s
Artifacts

push.yml

on: push
Lint, build, and test on node 20.x and ubuntu-latest
33s
Lint, build, and test on node 20.x and ubuntu-latest
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
Lint, build, and test on node 20.x and ubuntu-latest: src/craiIndex.ts#L171
Expected a `for-of` loop instead of a `for` loop with this simple iteration
Lint, build, and test on node 20.x and ubuntu-latest: src/cramFile/slice/index.ts#L552
Expected a `for-of` loop instead of a `for` loop with this simple iteration
Lint, build, and test on node 20.x and ubuntu-latest: src/cramFile/slice/index.ts#L556
Prefer using an optional chain expression instead, as it's more concise and easier to read
Lint, build, and test on node 20.x and ubuntu-latest
Process completed with exit code 1.
Lint, build, and test on node 20.x and ubuntu-latest: src/craiIndex.ts#L60
'data' is defined but never used. Allowed unused args must match /^_/u
Lint, build, and test on node 20.x and ubuntu-latest: src/craiIndex.ts#L60
'signal' is defined but never used. Allowed unused args must match /^_/u
Lint, build, and test on node 20.x and ubuntu-latest: test/lib/util.ts#L25
'JSONstringifyOrder' is defined but never used