Skip to content

Revert "fix faucet script" #93

Revert "fix faucet script"

Revert "fix faucet script" #93

Triggered via pull request July 25, 2024 12:11
Status Failure
Total duration 38s
Artifacts

ci.yml

on: pull_request
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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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