[DRAFT] Rle boolean failure #306
Annotations
10 errors and 11 warnings
Lint:
lib/codec/plain_dictionary.ts#L1
'rle' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
lib/codec/plain_dictionary.ts#L5
'opts' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
lib/codec/plain_dictionary.ts#L14
'output' is never reassigned. Use 'const' instead
|
Lint:
lib/codec/rle.ts#L7
'readRle' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
lib/codec/rle.ts#L7
'readRleBitPackedHybrid' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
lib/codec/rle.ts#L48
Array type using 'Array<number>' is forbidden. Use 'number[]' instead
|
Lint:
lib/codec/rle.ts#L118
Array type using 'Array<number>' is forbidden. Use 'number[]' instead
|
Lint:
lib/codec/rle.ts#L120
'output' is never reassigned. Use 'const' instead
|
Lint:
lib/codec/rle.ts#L151
Array type using 'Array<number>' is forbidden. Use 'number[]' instead
|
Lint:
lib/codec/rle.ts#L153
Unexpected var, use let or const instead
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
lib/bloom/sbbf.ts#L359
Unexpected any. Specify a different type
|
Lint:
lib/bloom/sbbf.ts#L380
Unexpected any. Specify a different type
|
Lint:
lib/bloom/sbbf.ts#L398
Unexpected any. Specify a different type
|
Lint:
lib/bloom/xxhasher.ts#L28
Unexpected any. Specify a different type
|
Lint:
lib/bloomFilterIO/bloomFilterReader.ts#L34
Forbidden non-null assertion
|
Lint:
lib/bloomFilterIO/bloomFilterReader.ts#L35
Forbidden non-null assertion
|
Lint:
lib/bloomFilterIO/bloomFilterWriter.ts#L12
Unexpected any. Specify a different type
|
Lint:
lib/bloomFilterIO/bloomFilterWriter.ts#L65
Forbidden non-null assertion
|
Lint:
lib/browser/compression.ts#L13
Unexpected any. Specify a different type
|
Lint:
lib/browser/compression.ts#L14
Unexpected any. Specify a different type
|
Loading