Token Staking #17
core.yaml
on: pull_request
core-build
41s
core-format
37s
Annotations
10 errors and 1 warning
core-format:
core/test/staking/TokenStaking.test.ts#L4
`../../typechain` import should occur after import of `@nomicfoundation/hardhat-ethers/signers`
|
core-format:
core/test/staking/TokenStaking.test.ts#L4
Unable to resolve path to module '../../typechain'
|
core-format:
core/test/staking/TokenStaking.test.ts#L4
Missing file extension for "../../typechain"
|
core-format:
core/test/staking/TokenStaking.test.ts#L9
'deployer' is assigned a value but never used. Allowed unused vars must match /^_+$/u
|
core-format:
core/test/staking/TokenStaking.test.ts#L17
'TokenStaking' is already declared in the upper scope on line 4 column 17
|
core-format:
core/test/staking/TokenStaking.test.ts#L30
Variable name `_tokenStaking` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
core-format:
core/test/staking/TokenStaking.test.ts#L31
Variable name `_token` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
core-format:
core/test/staking/TokenStaking.test.ts#L32
Variable name `_tokenHolder` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
|
core-format
Process completed with exit code 1.
|
core-build
Process completed with exit code 1.
|
core-format:
core/deploy/01_deploy_acre.ts#L4
Unexpected unnamed async function
|