Linting and Formatting #259
Annotations
4 errors and 10 warnings
test:
lib/reader.ts#L340
Type '{ parquetType: string; value: any; }' is not assignable to type 'string'.
|
test:
lib/reader.ts#L495
Argument of type '() => Promise<number | undefined>' is not assignable to parameter of type 'number | (() => Promise<number>)'.
|
test:
lib/reader.ts#L547
Argument of type '() => Promise<string | null>' is not assignable to parameter of type 'number | (() => Promise<number>)'.
|
test
Process completed with exit code 1.
|
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/codec/plain.ts#L84
Unexpected any. Specify a different type
|
test:
lib/codec/plain.ts#L114
Unexpected any. Specify a different type
|