Skip to content

Merge pull request #21 from zama-ai/fhevmv050 #80

Merge pull request #21 from zama-ai/fhevmv050

Merge pull request #21 from zama-ai/fhevmv050 #80

Triggered via push July 1, 2024 16:43
Status Failure
Total duration 34s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 11 warnings
ci: contracts/TestAsyncDecrypt.sol#L102
Line length must be no more than 120 but current length is 170
ci: contracts/TestAsyncDecrypt.sol#L132
Line length must be no more than 120 but current length is 172
ci: contracts/TestAsyncDecrypt.sol#L149
Line length must be no more than 120 but current length is 172
ci: contracts/TestAsyncDecrypt.sol#L166
Line length must be no more than 120 but current length is 173
ci: contracts/TestAsyncDecrypt.sol#L191
Line length must be no more than 120 but current length is 173
ci: contracts/TestAsyncDecrypt.sol#L212
Line length must be no more than 120 but current length is 173
ci: contracts/TestAsyncDecrypt.sol#L265
Line length must be no more than 120 but current length is 174
ci
Process completed with exit code 1.
ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ci: contracts/EncryptedERC20.sol#L5
global import of path fhevm/lib/TFHE.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
ci: contracts/EncryptedERC20.sol#L6
global import of path @openzeppelin/contracts/access/Ownable2Step.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
ci: contracts/EncryptedERC20.sol#L16
Constant name must be in capitalized SNAKE_CASE
ci: contracts/EncryptedERC20.sol#L19
Main key parameter in mapping balances is not named
ci: contracts/EncryptedERC20.sol#L19
Value parameter in mapping balances is not named
ci: contracts/EncryptedERC20.sol#L22
Main key parameter in mapping allowances is not named
ci: contracts/EncryptedERC20.sol#L61
Provide an error message for require
ci: contracts/EncryptedERC20.sol#L61
Use Custom Errors instead of require statements
ci: contracts/EncryptedERC20.sol#L81
Provide an error message for require
ci: contracts/EncryptedERC20.sol#L81
Use Custom Errors instead of require statements