EVM NFT section #8336
Triggered via pull request
November 27, 2024 11:53
Status
Failure
Total duration
10m 40s
Artifacts
–
check-code-validation.yml
on: pull_request
Setup and Cache Dependencies
1m 39s
Type Checking
8m 22s
Linting and formatting
3m 5s
Unit Tests
7m 43s
Build libs for publishing
3m 26s
Other Checks
1m 48s
Releases revision Checks
1m 47s
Annotations
12 errors and 10 warnings
Linting and formatting
Process completed with exit code 1.
|
Unit Tests
Process completed with exit code 1.
|
Type Checking
Expected 1 arguments, but got 3.
|
Type Checking
Property 'shownWithBalance' does not exist on type 'TokensResult | NftTokensResult'.
|
Type Checking
Expected 1 arguments, but got 3.
|
Type Checking
Property 'shownWithBalance' does not exist on type 'TokensResult | NftTokensResult'.
|
Type Checking
Property 'shownWithBalance' does not exist on type 'TokensResult | NftTokensResult'.
|
Type Checking
Property 'shownWithBalance' does not exist on type 'TokensResult | NftTokensResult'.
|
Type Checking
Expected 1 arguments, but got 3.
|
Type Checking
Property 'shownWithBalance' does not exist on type 'TokensResult | NftTokensResult'.
|
Type Checking
Parameter 'token' implicitly has an 'any' type.
|
Type Checking
Property 'hiddenWithBalance' does not exist on type 'TokensResult | NftTokensResult'.
|
Linting and formatting:
packages/suite/src/utils/wallet/tokenUtils.ts#L12
There should be no empty line within import group
|
Linting and formatting:
packages/suite/src/views/wallet/nfts/HiddenNfts.tsx#L2
There should be at least one empty line between import groups
|
Linting and formatting:
packages/suite/src/views/wallet/nfts/HiddenNfts.tsx#L3
There should be at least one empty line between import groups
|
Linting and formatting:
packages/suite/src/views/wallet/nfts/HiddenNfts.tsx#L4
`src/components/suite` import should occur before import of `./NftsTable/NftsTable`
|
Linting and formatting:
packages/suite/src/views/wallet/nfts/HiddenNfts.tsx#L5
There should be at least one empty line between import groups
|
Linting and formatting:
packages/suite/src/views/wallet/nfts/HiddenNfts.tsx#L5
`src/hooks/suite` import should occur before import of `./NftsTable/NftsTable`
|
Linting and formatting:
packages/suite/src/views/wallet/nfts/HiddenNfts.tsx#L6
There should be at least one empty line between import groups
|
Linting and formatting:
packages/suite/src/views/wallet/nfts/HiddenNfts.tsx#L6
`@suite-common/token-definitions` import should occur before import of `./NftsTable/NftsTable`
|
Linting and formatting:
packages/suite/src/views/wallet/nfts/HiddenNfts.tsx#L7
There should be at least one empty line between import groups
|
Linting and formatting:
packages/suite/src/views/wallet/nfts/HiddenNfts.tsx#L8
`src/utils/wallet/tokenUtils` import should occur before import of `./NftsTable/NftsTable`
|