Skip to content

fix: entire check

fix: entire check #20

Triggered via push May 16, 2024 02:21
Status Failure
Total duration 36s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
Test: src/NodeParser/FunctionNodeParser.ts#L21
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Test: src/NodeParser/FunctionNodeParser.ts#L23
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Test: src/NodeParser/FunctionNodeParser.ts#L25
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
Test
Process completed with exit code 1.
Test: src/AnnotationsReader/BasicAnnotationsReader.ts#L79
Unsafe assignment of an `any` value
Test: src/AnnotationsReader/BasicAnnotationsReader.ts#L82
Unsafe assignment of an `any` value
Test: src/AnnotationsReader/BasicAnnotationsReader.ts#L84
Unsafe assignment of an `any` value
Test: src/AnnotationsReader/BasicAnnotationsReader.ts#L102
Unsafe assignment of an `any` value
Test: src/AnnotationsReader/BasicAnnotationsReader.ts#L103
Unsafe assignment of an `any` value
Test: src/ExposeNodeParser.ts#L41
Unsafe assignment of an `any` value
Test: src/ExposeNodeParser.ts#L41
Unsafe member access .localSymbol on an `any` value
Test: src/NodeParser/CallExpressionParser.ts#L23
Unsafe member access .typeArguments on an `any` value
Test: src/NodeParser/CallExpressionParser.ts#L25
Unsafe argument of type `any` assigned to a parameter of type `readonly BaseType[]`
Test: src/NodeParser/CallExpressionParser.ts#L25
Unsafe call of an `any` typed value