feat: Bluetooth components for onboarding #8429
check-code-validation.yml
on: pull_request
Setup and Cache Dependencies
1m 51s
Type Checking
1m 43s
Linting and formatting
2m 55s
Unit Tests
2m 56s
Build libs for publishing
1m 33s
Other Checks
1m 18s
Releases revision Checks
1m 38s
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/BluetoothConnect.tsx#L130
Unexpected constant condition
|
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`
|