contract deployment process working #9
pr.yml
on: pull_request
unit
3m 44s
integration
4m 51s
Annotations
20 errors and 10 warnings
unit:
contract/PATCH-bn-copy.js#L12
Unexpected dangling '_' in 'super_'
|
unit:
contract/PATCH-bn-copy.js#L13
All 'var' declarations must be at the top of the function scope
|
unit:
contract/PATCH-bn-copy.js#L13
Unexpected var, use let or const instead
|
unit:
contract/PATCH-bn-copy.js#L39
Unexpected dangling '_' in '_init'
|
unit:
contract/PATCH-bn-copy.js#L51
All 'var' declarations must be at the top of the function scope
|
unit:
contract/PATCH-bn-copy.js#L51
Unexpected var, use let or const instead
|
unit:
contract/PATCH-bn-copy.js#L53
'window' is not defined
|
unit:
contract/PATCH-bn-copy.js#L54
'window' is not defined
|
unit:
contract/PATCH-bn-copy.js#L56
Unexpected require()
|
unit:
contract/PATCH-bn-copy.js#L56
'require' is not defined
|
integration
Cannot find module '@interchain-ui/react' or its corresponding type declarations.
|
integration
Type 'import("/home/runner/work/dapp-orchestration-basics/dapp-orchestration-basics/node_modules/@cosmos-kit/core/cjs/bases/main-wallet").MainWalletBase[]' is not assignable to type 'import("/home/runner/work/dapp-orchestration-basics/dapp-orchestration-basics/ui/node_modules/@cosmos-kit/core/cjs/bases/main-wallet").MainWalletBase[]'.
|
integration
Cannot find module '../types' or its corresponding type declarations.
|
integration
Binding element 'name' implicitly has an 'any' type.
|
integration
Binding element 'number' implicitly has an 'any' type.
|
integration
'Mint' is declared but its value is never read.
|
integration
'Swap' is declared but its value is never read.
|
integration
'Pay' is declared but its value is never read.
|
integration
Property 'children' is missing in type '{ tab: string; activeTab: string; handleTabClick: (tab: string) => void; }' but required in type '{ tab: string; activeTab: string; handleTabClick: (tab: string) => void; children: ReactNode; }'.
|
integration
'Inventory' is declared but its value is never read.
|
unit:
contract/PATCH-bn-copy.js#L1
Unexpected unnamed function
|
unit:
contract/PATCH-bn-copy.js#L13
Unexpected unnamed function
|
unit:
contract/PATCH-bn-copy.js#L2789
Unexpected constant condition
|
unit:
contract/PATCH-bn.js#L1
Unexpected unnamed function
|
unit:
contract/PATCH-bn.js#L13
Unexpected unnamed function
|
unit:
contract/PATCH-bn.js#L2781
Unexpected constant condition
|
unit:
contract/scripts/dev-builder-2.js#L7
Invalid JSDoc tag name "import"
|
unit:
contract/scripts/dev-builder-2.js#L8
Invalid JSDoc tag name "import"
|
unit:
contract/src/facade.js#L4
Invalid JSDoc tag name "import"
|
unit:
contract/src/facade.js#L5
Invalid JSDoc tag name "import"
|