chore(core): enable eslint/strict-boolean-expressions & strictNullChecks #2022
Annotations
10 errors and 1 warning
packages/core/src/protocol-helpers.ts#L142
Object is possibly 'undefined'.
|
packages/core/src/protocol-helpers.ts#L164
Object is possibly 'undefined'.
|
packages/examples/src/bindings/coap/example-client.ts#L16
Cannot find module '@node-wot/core' or its corresponding type declarations.
|
packages/examples/src/bindings/coap/example-client.ts#L17
Cannot find module '@node-wot/binding-coap' or its corresponding type declarations.
|
packages/examples/src/bindings/coap/example-client.ts#L27
Parameter 'fetched' implicitly has an 'any' type.
|
packages/examples/src/bindings/coap/example-client.ts#L41
Parameter 'err' implicitly has an 'any' type.
|
packages/examples/src/bindings/coap/example-server.ts#L16
Cannot find module '@node-wot/core' or its corresponding type declarations.
|
packages/examples/src/bindings/coap/example-server.ts#L17
Cannot find module '@node-wot/binding-coap' or its corresponding type declarations.
|
packages/examples/src/bindings/coap/example-server.ts#L23
Parameter 'WoT' implicitly has an 'any' type.
|
packages/examples/src/bindings/coap/example-server.ts#L31
Parameter 'thing' implicitly has an 'any' type.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading