Chore/native/use add coin returns error #1717
check-code-validation.yml
on: pull_request
Setup and Cache Dependencies
1m 59s
Type Checking
3m 12s
Linting and formatting
1m 22s
Unit Tests
1m 50s
Build libs for publishing
1m 31s
Other Checks
2m 30s
Annotations
4 errors and 2 warnings
Linting and formatting:
suite-native/discovery/src/discoveryThunks.ts#L36
'isRejected' is defined but never used. Allowed unused vars must match /^_/u
|
Linting and formatting
Process completed with exit code 1.
|
Type Checking
'isRejected' is declared but its value is never read.
|
Type Checking
Process completed with exit code 1.
|
Linting and formatting:
suite-native/discovery/src/discoveryThunks.ts#L35
There should be at least one empty line between import groups
|
Linting and formatting:
suite-native/discovery/src/discoveryThunks.ts#L36
`@reduxjs/toolkit` import should occur before import of `@trezor/utils`
|