[VEN-2083]: Syncing of Votes #489
Annotations
2 errors and 12 warnings
Lint solidity and ts files:
contracts/Cross-chain/libs/MerklePatriciaProofVerifier.sol#L26
Function has cyclomatic complexity 20 but allowed no more than 8
|
Lint solidity and ts files
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint solidity and ts files:
deploy/003-omnichain-source.ts#L24
Unexpected any. Specify a different type
|
Lint solidity and ts files:
deploy/003-omnichain-source.ts#L31
Unexpected any. Specify a different type
|
Lint solidity and ts files:
deploy/006-omnichain-executorOwner-remote.ts#L22
Unexpected any. Specify a different type
|
Lint solidity and ts files:
hardhat.config.ts#L15
Require statement not part of import statement
|
Lint solidity and ts files:
hardhat.config.zksync.ts#L12
Require statement not part of import statement
|
Lint solidity and ts files:
helpers/deploy/deploymentConfig.ts#L93
Unexpected any. Specify a different type
|
Lint solidity and ts files:
script/utils.ts#L6
Require statement not part of import statement
|
Lint solidity and ts files:
tests/Cross-chain/Omnichain.ts#L22
Unexpected any. Specify a different type
|
Lint solidity and ts files:
tests/Cross-chain/Omnichain.ts#L212
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Lint solidity and ts files:
tests/Cross-chain/Omnichain.ts#L257
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Loading