Skip to content

feat: Bluetooth components for onboarding #8429

feat: Bluetooth components for onboarding

feat: Bluetooth components for onboarding #8429

Triggered via pull request November 28, 2024 15:42
Status Failure
Total duration 5m 4s
Artifacts

check-code-validation.yml

on: pull_request
Setup and Cache Dependencies
1m 51s
Setup and Cache Dependencies
Type Checking
1m 43s
Type Checking
Linting and formatting
2m 55s
Linting and formatting
Unit Tests
2m 56s
Unit Tests
Build libs for publishing
1m 33s
Build libs for publishing
Other Checks
1m 18s
Other Checks
Releases revision Checks
1m 38s
Releases revision Checks
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 2 warnings
Other Checks
Process completed with exit code 1.
Type Checking
'nextElevation' is declared but its value is never read.
Type Checking
Process completed with exit code 1.
Linting and formatting: packages/components/src/components/skeletons/SkeletonRectangle.tsx#L3
'nextElevation' is defined but never used. Allowed unused vars must match /^_/u
Linting and formatting: packages/suite-desktop-core/src/modules/bluetooth.ts#L77
'linuxPin' is assigned a value but never used. Allowed unused vars must match /^_/u
Linting and formatting: packages/suite/src/components/suite/bluetooth/BluetoothConnect.tsx#L13
'BluetoothPairingPin' is defined but never used. Allowed unused vars must match /^_/u
Linting and formatting: packages/suite/src/components/suite/bluetooth/errors/BluetoothDeniedForSuite.tsx#L4
'desktopApi' is defined but never used. Allowed unused vars must match /^_/u
Linting and formatting: packages/suite/src/components/suite/bluetooth/errors/BluetoothDeniedForSuite.tsx#L7
'BluetoothDeniedForSuiteProps' is defined but never used. Allowed unused vars must match /^_/u
Linting and formatting: packages/suite/src/components/suite/bluetooth/errors/BluetoothDeniedForSuite.tsx#L12
'setHasDeeplinkFailed' is assigned a value but never used. Allowed unused vars must match /^_/u
Linting and formatting: packages/transport-bluetooth/webpack/webpack.build.js#L3
'webpack' should be listed in the project's dependencies, not devDependencies
Linting and formatting: packages/transport-bluetooth/webpack/webpack.build.js#L4
'html-webpack-plugin' should be listed in the project's dependencies. Run 'npm i -S html-webpack-plugin' to add it
Linting and formatting: packages/transport-bluetooth/webpack/webpack.dev.js#L2
'webpack' should be listed in the project's dependencies, not devDependencies
Unit Tests
Process completed with exit code 1.
Linting and formatting: packages/connect/src/api/eraseBonds.ts#L5
There should be at least one empty line between import groups
Linting and formatting: packages/connect/src/api/eraseBonds.ts#L6
`@trezor/schema-utils` import should occur before import of `../core/AbstractMethod`