Skip to content

chore: add yarn coverage to generate coverage report #270

chore: add yarn coverage to generate coverage report

chore: add yarn coverage to generate coverage report #270

Triggered via pull request June 20, 2024 08:30
Status Success
Total duration 51s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: contracts/evm/ERC20Custody.sol#L5
global import of path @openzeppelin/contracts/token/ERC20/IERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/evm/ERC20Custody.sol#L6
global import of path @openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/evm/ERC20Custody.sol#L7
global import of path @openzeppelin/contracts/security/ReentrancyGuard.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/evm/ERC20Custody.sol#L26
Variable name must be in mixedCase
build: contracts/evm/ERC20Custody.sol#L28
Variable name must be in mixedCase
build: contracts/evm/ERC20Custody.sol#L32
Immutable variables name are set to be in capitalized SNAKE_CASE
build: contracts/evm/ERC20Custody.sol#L34
Immutable variables name are set to be in capitalized SNAKE_CASE
build: contracts/evm/ERC20Custody.sol#L44
Variable name must be in mixedCase
build: contracts/evm/ERC20Custody.sol#L45
Variable name must be in mixedCase
build: contracts/evm/ERC20Custody.sol#L68
Variable name must be in mixedCase