Skip to content

Code Static Analysis #50

Code Static Analysis

Code Static Analysis #50

Triggered via schedule November 18, 2024 08:06
Status Failure
Total duration 1m 11s
Artifacts

static-analysis.yaml

on: schedule
Matrix: JS Lint
Matrix: PHP Lint
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
JS Lint (20, ubuntu-latest) / Coding Standard (Node 20)
Input required and not supplied: path
JS Lint (20, ubuntu-latest) / Coding Standard (Node 20): assets/components/connector-detail.vue#L148
'"@fastybird/devices-module"' has no exported member named 'IConnectorDetailProps'. Did you mean 'IViewConnectorDetailProps'?
JS Lint (20, ubuntu-latest) / Coding Standard (Node 20): assets/components/connector-detail.vue#L167
Parameter 'property' implicitly has an 'any' type.
JS Lint (20, ubuntu-latest) / Coding Standard (Node 20): assets/components/connector-detail.vue#L171
Parameter 'property' implicitly has an 'any' type.
JS Lint (20, ubuntu-latest) / Coding Standard (Node 20): assets/components/connector-detail.vue#L175
Parameter 'property' implicitly has an 'any' type.
JS Lint (20, ubuntu-latest) / Coding Standard (Node 20): assets/components/connector-device.vue#L61
'"@fastybird/devices-module"' has no exported member named 'IConnectorDeviceProps'. Did you mean 'IConnectorsIconProps'?
JS Lint (20, ubuntu-latest) / Coding Standard (Node 20): assets/components/connector-device.vue#L61
Module '"@fastybird/devices-module"' has no exported member 'IConnectorDeviceEmits'.
JS Lint (20, ubuntu-latest) / Coding Standard (Node 20): assets/components/connector-device.vue#L83
Parameter 'property' implicitly has an 'any' type.
JS Lint (20, ubuntu-latest) / Coding Standard (Node 20): assets/components/connector-devices.vue#L83
Module '"@fastybird/devices-module"' has no exported member 'IConnectorDevicesEmits'.
JS Lint (20, ubuntu-latest) / Coding Standard (Node 20): assets/components/connector-devices.vue#L83
'"@fastybird/devices-module"' has no exported member named 'IConnectorDevicesProps'. Did you mean 'IConnectorsIconProps'?
JS Lint (20, ubuntu-latest) / Coding Standard (Node 20): assets/components/connector-settings-edit.vue#L16
Property 'connectorData' does not exist on type 'Readonly<MappedOmit<unknown, "remoteFormSubmit" | "remoteFormResult" | "remoteFormReset">> & {} & {}'.
JS Lint (20, ubuntu-latest) / Coding Standard (Node 20)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/