Skip to content

[DRAFT] Rle boolean failure #310

[DRAFT] Rle boolean failure

[DRAFT] Rle boolean failure #310

Triggered via pull request March 4, 2025 00:26
Status Failure
Total duration 22s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
test: lib/codec/plain_dictionary.ts#L1
'rle' is defined but never used. Allowed unused vars must match /^_/u
test: lib/codec/plain_dictionary.ts#L5
'opts' is defined but never used. Allowed unused args must match /^_/u
test: lib/codec/plain_dictionary.ts#L14
'output' is never reassigned. Use 'const' instead
test: lib/codec/rle.ts#L7
'readRle' is defined but never used. Allowed unused vars must match /^_/u
test: lib/codec/rle.ts#L7
'readRleBitPackedHybrid' is defined but never used. Allowed unused vars must match /^_/u
test: lib/codec/rle.ts#L48
Array type using 'Array<number>' is forbidden. Use 'number[]' instead
test: lib/codec/rle.ts#L118
Array type using 'Array<number>' is forbidden. Use 'number[]' instead
test: lib/codec/rle.ts#L120
'output' is never reassigned. Use 'const' instead
test: lib/codec/rle.ts#L151
Array type using 'Array<number>' is forbidden. Use 'number[]' instead
test: lib/codec/rle.ts#L153
Unexpected var, use let or const instead
test: lib/bloom/sbbf.ts#L359
Unexpected any. Specify a different type
test: lib/bloom/sbbf.ts#L380
Unexpected any. Specify a different type
test: lib/bloom/sbbf.ts#L398
Unexpected any. Specify a different type
test: lib/bloom/xxhasher.ts#L28
Unexpected any. Specify a different type
test: lib/bloomFilterIO/bloomFilterReader.ts#L34
Forbidden non-null assertion
test: lib/bloomFilterIO/bloomFilterReader.ts#L35
Forbidden non-null assertion
test: lib/bloomFilterIO/bloomFilterWriter.ts#L12
Unexpected any. Specify a different type
test: lib/bloomFilterIO/bloomFilterWriter.ts#L65
Forbidden non-null assertion
test: lib/browser/compression.ts#L13
Unexpected any. Specify a different type
test: lib/browser/compression.ts#L14
Unexpected any. Specify a different type